mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Continue porting roulette
This commit is contained in:
parent
439fa13e94
commit
af1e44befe
4216
asm/roulette.s
4216
asm/roulette.s
File diff suppressed because it is too large
Load Diff
@ -4695,7 +4695,7 @@ MauvilleCity_GameCorner_EventScript_2A5ADF:: @ 82A5ADF
|
|||||||
end
|
end
|
||||||
|
|
||||||
MauvilleCity_GameCorner_EventScript_2A5B0D:: @ 82A5B0D
|
MauvilleCity_GameCorner_EventScript_2A5B0D:: @ 82A5B0D
|
||||||
special sub_8142BC8
|
special PlayRoulette
|
||||||
waitstate
|
waitstate
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@ gSpecials:: @ 81DBA64
|
|||||||
def_special sub_81B94B0
|
def_special sub_81B94B0
|
||||||
def_special GetFirstFreePokeblockSlot
|
def_special GetFirstFreePokeblockSlot
|
||||||
def_special DoBerryBlending
|
def_special DoBerryBlending
|
||||||
def_special sub_8142BC8
|
def_special PlayRoulette
|
||||||
def_special ShouldMoveLilycoveFanClubMember
|
def_special ShouldMoveLilycoveFanClubMember
|
||||||
def_special GetNumMovedLilycoveFanClubMembers
|
def_special GetNumMovedLilycoveFanClubMembers
|
||||||
def_special BufferStreakTrainerText
|
def_special BufferStreakTrainerText
|
||||||
|
@ -47,5 +47,6 @@ void task_tutorial_controls_fadein(struct UnkStruct0 *r0);
|
|||||||
void sub_8151678(struct UnkStruct0 *r0);
|
void sub_8151678(struct UnkStruct0 *r0);
|
||||||
u8 sub_815168C(struct UnkStruct0 *r0, u8 r1, const struct UnkStruct1 *r2);
|
u8 sub_815168C(struct UnkStruct0 *r0, u8 r1, const struct UnkStruct1 *r2);
|
||||||
void sub_8151A9C(struct UnkStruct0 *r0, u16 r1);
|
void sub_8151A9C(struct UnkStruct0 *r0, u16 r1);
|
||||||
|
void sub_8151A48(struct UnkStruct0 *r0, u16 r1);
|
||||||
|
|
||||||
#endif // GUARD_ROULETTE_UTIL_H
|
#endif // GUARD_ROULETTE_UTIL_H
|
||||||
|
1179
src/roulette.c
1179
src/roulette.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user