You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove Predef_ prefix from routines listed in PredefPointers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user