diff options
Diffstat (limited to 'asm/new_game.s')
-rw-r--r-- | asm/new_game.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/new_game.s b/asm/new_game.s index ad4983770..e2b9c876f 100644 --- a/asm/new_game.s +++ b/asm/new_game.s @@ -159,7 +159,7 @@ sub_80549F8: @ 80549F8 movs r1, 0x1 movs r3, 0x6 bl Overworld_SetWarpDestination - bl warp_in + bl WarpIntoMap add sp, 0x4 pop {r0} bx r0 |