Cleaning up static HRAM labels; movement stuff, route 38 trainers

This commit is contained in:
PikalaxALT
2015-11-09 23:01:45 -05:00
parent 77d0a8a396
commit f1b2466cc3
20 changed files with 483 additions and 373 deletions

View File

@@ -234,7 +234,7 @@ endr
; 3a90
FarJumpText:: ; 3a90
FarCopyRadioText:: ; 3a90
inc hl
ld a, [hROMBank]
push af
@@ -249,8 +249,8 @@ FarJumpText:: ; 3a90
ld l, a
ld a, d
ld h, a
ld de, wd00c
ld bc, $0028
ld de, wRadioText
ld bc, 2 * SCREEN_WIDTH
call CopyBytes
pop af
ld [hROMBank], a