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 /event | |
| parent | 4e5fd7a521085d10a05ef5e3b9bab623dc28577a (diff) | |
Fix issue #345:
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
Diffstat (limited to 'event')
| -rwxr-xr-x | event/halloffame.asm | 2 | ||||
| -rw-r--r-- | event/print_unown.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/event/halloffame.asm b/event/halloffame.asm index 986c49096..3fadb233a 100755 --- a/event/halloffame.asm +++ b/event/halloffame.asm @@ -250,7 +250,7 @@ AnimateHOFMonEntrance: ; 865b5 ld a, " " call ByteFill ld de, VTiles2 tile $31 - predef GetBackpic + predef GetMonBackpic ld a, $31 ld [hGraphicStartTile], a hlcoord 6, 6 diff --git a/event/print_unown.asm b/event/print_unown.asm index 5d3966585..7841a688b 100644 --- a/event/print_unown.asm +++ b/event/print_unown.asm @@ -140,7 +140,7 @@ UnownPrinter: ; 16be4 xor a ld [wBoxAlignment], a ld de, VTiles2 - predef GetFrontpic + predef GetMonFrontpic call .Load2bppToSRAM hlcoord 1, 6 xor a |
