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