diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 8dccf51a0..b9e77dddb 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1967,14 +1967,14 @@ Function2b3c:: ; 2b3c call WhiteBGMap call Function2bae call UpdateSprites - call Function1d7d + call Call_ExitMenu call Functiond90 jr Function2b5c ; 2b4d Function2b4d:: ; 2b4d call WhiteBGMap - call Function1d7d + call Call_ExitMenu call Function2bae call UpdateSprites call Functiond90 |