diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-23 09:05:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 09:05:26 -0400 |
commit | 6e36c229200e083ca005cbc448e99210d111f3b2 (patch) | |
tree | aec86bd0f081a7ff207f68cba33315991b629be1 /include/overworld.h | |
parent | 4bc284ff2c7d0ec3f24df8d94a77860fbaed588b (diff) | |
parent | 3efd2e1210b4149628197446d063df0fc11281ab (diff) |
Merge pull request #130 from PikalaxALT/trainers
Trainers, event flags, mystery_event_msg, map object gfx
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 38c213707..65e3fe723 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -104,7 +104,7 @@ void SetWarpDestinationToFixedHoleWarp(s16 x, s16 y); void ResetInitialPlayerAvatarState(void); void sub_8055D40(u16 mapDataId); void CleanupOverworldWindowsAndTilemaps(void); -u32 sub_8054C04(void); +u32 ComputeWhiteOutMoneyLoss(void); extern u8 gDisableMapMusicChangeOnMapLoad; extern u8 gUnknown_2036E28; |