You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Get rid of more static refs in banks 47, 5c, 5f.
This commit is contained in:
@@ -253,8 +253,9 @@ Function8bbd: ; 8bbd
|
|||||||
ld a, [TrainerClass]
|
ld a, [TrainerClass]
|
||||||
call Function976b
|
call Function976b
|
||||||
ld a, e
|
ld a, e
|
||||||
jr .asm_8bd7
|
jr asm_8bd7
|
||||||
|
|
||||||
|
Function8bc6:
|
||||||
ld a, [CurPartySpecies]
|
ld a, [CurPartySpecies]
|
||||||
call Function97ee
|
call Function97ee
|
||||||
ld a, e
|
ld a, e
|
||||||
@@ -265,8 +266,9 @@ Function8bbd: ; 8bbd
|
|||||||
inc hl
|
inc hl
|
||||||
inc hl
|
inc hl
|
||||||
inc hl
|
inc hl
|
||||||
|
|
||||||
.asm_8bd7
|
.asm_8bd7
|
||||||
|
|
||||||
|
asm_8bd7
|
||||||
push hl
|
push hl
|
||||||
ld hl, Unkn1Pals
|
ld hl, Unkn1Pals
|
||||||
ld de, $0008
|
ld de, $0008
|
||||||
|
Reference in New Issue
Block a user