summaryrefslogtreecommitdiff
path: root/engine/intro_menu.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:30:10 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:39:28 -0500
commit80480821142d7a7b16dd2b1a98a213e7b389af0f (patch)
tree1e44bf0ba8f410e4debe309295dd389e3f418d8e /engine/intro_menu.asm
parent2b823389208c7c3691109ad751ccc39aa2408387 (diff)
Remove Predef_ prefix from routines listed in PredefPointers
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-xengine/intro_menu.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm
index fa9cd1a92..57d6eb6ce 100755
--- a/engine/intro_menu.asm
+++ b/engine/intro_menu.asm
@@ -941,24 +941,24 @@ Intro_WipeInFrontpic: ; 6182
Intro_PrepTrainerPic: ; 619c
ld de, vTiles2
- farcall Predef_GetTrainerPic
+ farcall GetTrainerPic
xor a
ld [hGraphicStartTile], a
hlcoord 6, 4
lb bc, 7, 7
- predef Predef_PlaceGraphic
+ predef PlaceGraphic
ret
; 61b4
ShrinkFrame: ; 61b4
ld de, vTiles2
- ld c, $31
- predef Predef_Decompress
+ ld c, 7 * 7
+ predef DecompressGet2bpp
xor a
ld [hGraphicStartTile], a
hlcoord 6, 4
lb bc, 7, 7
- predef Predef_PlaceGraphic
+ predef PlaceGraphic
ret
; 61cd