diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 11:38:40 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 11:39:35 -0500 |
commit | 7f68db68ad384c5cfb5d01cf74f5bc5cd7c5050e (patch) | |
tree | ee6a99cc9da25eb99937e8658e3e75e4b4749a74 /engine/town_map.asm | |
parent | 5b7fc7b0fabec8461c9931cc31a15bf0b28cfe86 (diff) |
underground switches, town map
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 a7a7713a3..92f813169 100755 --- a/engine/town_map.asm +++ b/engine/town_map.asm @@ -47,7 +47,7 @@ _TownMap: ; 9191c and a jr z, .sgb ld a, $e4 - call Functioncf8 + call DmgToCgbObjPal0 call DelayFrame .sgb |