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/dummy_game.asm | |
parent | 5b7fc7b0fabec8461c9931cc31a15bf0b28cfe86 (diff) |
underground switches, town map
Diffstat (limited to 'engine/dummy_game.asm')
-rwxr-xr-x | engine/dummy_game.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/dummy_game.asm b/engine/dummy_game.asm index 6313fdc38..cc188598f 100755 --- a/engine/dummy_game.asm +++ b/engine/dummy_game.asm @@ -39,7 +39,7 @@ Functione1e67: ; e1e67 (38:5e67) ld a, $e4 call DmgToCgbBGPals ld a, $e0 - call Functioncf8 + call DmgToCgbObjPal0 ret Functione1ebb: ; e1ebb (38:5ebb) |