File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ This makes the Berserk Gene use the regular confusion duration (2–5 turns).
408
408
409
409
** Fix:**
410
410
411
- First, edit [ wram.asm] ( https://github.com/pret/pokecrystal/blob/master/wram.asm ) :
411
+ First, edit [ wram.asm] ( https://github.com/pret/pokecrystal/blob/master/ram/ wram.asm ) :
412
412
413
413
``` diff
414
414
wTurnEnded:: db
Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ SetDayOfWeek:
506
506
ret
507
507
508
508
.WeekdayStrings:
509
- ; entries correspond to wCurDay constants (see constants/wram_constants .asm)
509
+ ; entries correspond to wCurDay constants (see constants/ram_constants .asm)
510
510
dw .Sunday
511
511
dw .Monday
512
512
dw .Tuesday
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ VBlank::
35
35
reti
36
36
37
37
VBlankHandlers:
38
- ; entries correspond to VBLANK_* constants (see constants/wram_constants .asm)
38
+ ; entries correspond to VBLANK_* constants (see constants/ram_constants .asm)
39
39
table_width 2 , VBlankHandlers
40
40
dw VBlank_Normal
41
41
dw VBlank_Cutscene
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ INCLUDE "macros/legacy.asm"
24
24
25
25
INCLUDE "constants/hardware_constants.asm"
26
26
INCLUDE "constants/deco_constants.asm"
27
- INCLUDE "constants/wram_constants .asm"
27
+ INCLUDE "constants/ram_constants .asm"
28
28
INCLUDE "constants/misc_constants.asm"
29
29
INCLUDE "constants/input_constants.asm"
30
30
INCLUDE "constants/gfx_constants.asm"
You can’t perform that action at this time.
0 commit comments