diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 15:03:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 15:03:20 -0500 |
commit | 9973e43d5aaffeef9d68994a665d2b0231f56f41 (patch) | |
tree | 5a22379c74a3a7032422c10c9197823188d12931 /engine/debug.asm | |
parent | 4e5fd7a521085d10a05ef5e3b9bab623dc28577a (diff) |
Fix issue #345:
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-x | engine/debug.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/debug.asm b/engine/debug.asm index 65f2cfb36..588de7a64 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -315,7 +315,7 @@ Function81adb: ; 81adb hlcoord 12, 3 call _PrepMonFrontpic ld de, VTiles2 tile $31 - predef GetBackpic + predef GetMonBackpic ld a, $31 ld [hGraphicStartTile], a hlcoord 2, 4 |