changed constants to SRAMLabels

This commit is contained in:
JimB16
2015-08-26 01:40:34 +02:00
parent b9c1d1b61e
commit 2f4a0179fe
5 changed files with 53 additions and 50 deletions

View File

@@ -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