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

@@ -3,7 +3,7 @@ LinkMonStatsScreen: ; 4d319
dec a
ld [CurPartyMon], a
call LowVolume
predef Predef_StatsScreenInit
predef StatsScreenInit
ld a, [CurPartyMon]
inc a
ld [wMenuCursorY], a
@@ -30,13 +30,14 @@ LinkTextbox2: ; 4d35b
call .PlaceBorder
pop hl
pop bc
ld de, AttrMap - TileMap
add hl, de
inc b
inc b
inc c
inc c
ld a, $7
ld a, PAL_BG_TEXT
.row
push bc
push hl
@@ -51,6 +52,7 @@ LinkTextbox2: ; 4d35b
dec b
jr nz, .row
ret
; 4d37e
.PlaceBorder: ; 4d37e
push hl
@@ -75,12 +77,14 @@ LinkTextbox2: ; 4d35b
add hl, de
dec b
jr nz, .loop
ld a, "┐"
ld [hli], a
ld a, "│"
call .PlaceRow
ld [hl], "└"
ret
; 4d3ab
.PlaceRow: ; 4d3ab
ld d, c