You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Cleaning up static HRAM labels; movement stuff, route 38 trainers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user