Remove Predef_ prefix from routines listed in PredefPointers

This commit is contained in:
Remy Oukaour
2018-01-16 14:30:10 -05:00
parent 2b82338920
commit 8048082114
81 changed files with 530 additions and 527 deletions

View File

@@ -711,7 +711,7 @@ GetSGBLayout:: ; 3340
ret z
.sgb
predef_jump Predef_LoadSGBLayout
predef_jump LoadSGBLayout
; 334e
SetHPPal:: ; 334e
@@ -1074,12 +1074,12 @@ _PrepMonFrontpic:: ; 378b
push hl
ld de, vTiles2
predef Predef_GetMonFrontpic
predef GetMonFrontpic
pop hl
xor a
ld [hGraphicStartTile], a
lb bc, 7, 7
predef Predef_PlaceGraphic
predef PlaceGraphic
xor a
ld [wBoxAlignment], a
ret