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

@@ -30,7 +30,7 @@ MovePlayerPic: ; 88266
xor a
ld [hBGMapMode], a
lb bc, 7, 7
predef Predef_PlaceGraphic
predef PlaceGraphic
xor a
ld [hBGMapThird], a
call WaitBGMap
@@ -141,7 +141,7 @@ GetChrisBackpic: ; 88830
ld b, BANK(ChrisBackpic)
ld de, vTiles2 tile $31
ld c, 7 * 7
predef Predef_Decompress
predef DecompressGet2bpp
ret
HOF_LoadTrainerFrontpic: ; 88840
@@ -203,7 +203,7 @@ DrawIntroPlayerPic: ; 88874
ld [hGraphicStartTile], a
hlcoord 6, 4
lb bc, 7, 7
predef Predef_PlaceGraphic
predef PlaceGraphic
ret
ChrisPic: ; 888a9