mirror of
https://github.com/pret/pokegold.git
synced 2024-11-23 05:29:52 +00:00
Rename wram_constants.asm to ram_constants.asm
This commit is contained in:
parent
3ea3640e1f
commit
0d3575ce8e
@ -501,7 +501,7 @@ SetDayOfWeek:
|
||||
ret
|
||||
|
||||
.WeekdayStrings:
|
||||
; entries correspond to wCurDay constants (see constants/wram_constants.asm)
|
||||
; entries correspond to wCurDay constants (see constants/ram_constants.asm)
|
||||
dw .Sunday
|
||||
dw .Monday
|
||||
dw .Tuesday
|
||||
|
@ -38,7 +38,7 @@ VBlank::
|
||||
reti
|
||||
|
||||
VBlankHandlers:
|
||||
; entries correspond to VBLANK_* constants (see constants/wram_constants.asm)
|
||||
; entries correspond to VBLANK_* constants (see constants/ram_constants.asm)
|
||||
table_width 2, VBlankHandlers
|
||||
dw VBlank_Normal
|
||||
dw VBlank_Cutscene
|
||||
|
@ -23,7 +23,7 @@ INCLUDE "macros/legacy.asm"
|
||||
|
||||
INCLUDE "constants/hardware_constants.asm"
|
||||
INCLUDE "constants/deco_constants.asm"
|
||||
INCLUDE "constants/wram_constants.asm"
|
||||
INCLUDE "constants/ram_constants.asm"
|
||||
INCLUDE "constants/misc_constants.asm"
|
||||
INCLUDE "constants/input_constants.asm"
|
||||
INCLUDE "constants/gfx_constants.asm"
|
||||
|
Loading…
Reference in New Issue
Block a user