You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
changed constants to SRAMLabels
This commit is contained in:
@@ -54,12 +54,12 @@ ENDC
|
||||
call CopyBytes
|
||||
call Function_LoadRandomBattleTowerPkmn
|
||||
pop af
|
||||
ld hl, Unknown_1f0000
|
||||
ld hl, BattleTowerTrainerData
|
||||
ld bc, $0024
|
||||
call AddNTimes
|
||||
ld bc, $0024
|
||||
.asm_1f8070
|
||||
ld a, BANK(Unknown_1f0000)
|
||||
ld a, BANK(BattleTowerTrainerData)
|
||||
call GetFarByte
|
||||
ld [de], a
|
||||
inc hl
|
||||
|
Reference in New Issue
Block a user