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

@@ -64,7 +64,7 @@ VBlank0:: ; 2b1
; sound
; inc frame counter
ld hl, $ff9b
ld hl, hVBlankCounter
inc [hl]
; advance random variables
@@ -418,7 +418,7 @@ VBlank6:: ; 436
ld [hROMBankBackup], a
; inc frame counter
ld hl, $ff9b
ld hl, hVBlankCounter
inc [hl]
call UpdateCGBPals