diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:07:29 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:07:29 -0500 |
commit | 3a44b090d15d5317028827778caa4d768761dd2e (patch) | |
tree | d0db5158c041178cdfcf9b82d3b444bb18e38737 /include/overworld.h | |
parent | accea672f16cb74b0ec16e0e740cf9f67a651dfb (diff) | |
parent | 231355f84dccd11329d81d074fa36135cfad4f94 (diff) |
Merge branch 'master' into multiplayer-stuff
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 bf1d93901..203084ae3 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -91,7 +91,7 @@ void SetContinueGameWarpToDynamicWarp(int unused); const struct MapConnection *GetMapConnection(u8 dir); bool8 SetDiveWarpEmerge(u16 x, u16 y); bool8 SetDiveWarpDive(u16 x, u16 y); -void mliX_load_map(u8 mapGroup, u8 mapNum); +void LoadMapFromCameraTransition(u8 mapGroup, u8 mapNum); void ResetInitialPlayerAvatarState(void); void StoreInitialPlayerAvatarState(void); bool32 Overworld_IsBikingAllowed(void); |