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/stats_screen.asm | |
parent | 4e5fd7a521085d10a05ef5e3b9bab623dc28577a (diff) |
Fix issue #345:
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index 842e5ea2c..5f35d4d8b 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -866,7 +866,7 @@ StatsScreen_PlaceFrontpic: ; 4e226 (13:6226) ret c call StatsScreen_LoadTextBoxSpaceGFX ld de, VTiles2 tile $00 - predef FrontpicPredef + predef GetAnimatedFrontpicPredef hlcoord 0, 0 ld d, $0 ld e, ANIM_MON_MENU @@ -1071,7 +1071,7 @@ StatsScreen_AnimateEgg: ; 4e497 (13:6497) ld [wBoxAlignment], a call StatsScreen_LoadTextBoxSpaceGFX ld de, VTiles2 tile $00 - predef FrontpicPredef + predef GetAnimatedFrontpicPredef pop de hlcoord 0, 0 ld d, $0 |