diff options
Diffstat (limited to 'engine/town_map.asm')
-rwxr-xr-x | engine/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/town_map.asm b/engine/town_map.asm index 92f813169..871d4bb89 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -31,7 +31,7 @@ _TownMap: ; 9191c xor a ld [hBGMapMode], a call Function91a04 - call Function3200 + call WaitBGMap2 ld a, [wd002] call Function9106a ld a, [wd003] |