mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
missed moving an extern to top
This commit is contained in:
parent
077089f0e5
commit
d74c0d053e
@ -13,6 +13,8 @@ extern void sub_817C94C(void);
|
||||
extern u8 oei_task_add(void);
|
||||
extern void FieldEffectActiveListRemove(u8 id);
|
||||
extern void sub_80B7FC8(void);
|
||||
extern void SetPlayerAvatarTransitionFlags(u8);
|
||||
|
||||
|
||||
// 817C8BC
|
||||
bool8 SetUpFieldMove_Teleport()
|
||||
@ -34,7 +36,6 @@ void hm_teleport_run_dp02scr()
|
||||
gFieldEffectArguments[0] = (u32)GetCursorSelectionMonId();
|
||||
}
|
||||
|
||||
extern void SetPlayerAvatarTransitionFlags(u8);
|
||||
// 817C91C
|
||||
u8 FldEff_UseTeleport()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user