diff options
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 |
