You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More SGB documentation
This commit is contained in:
@@ -555,7 +555,7 @@ endr
|
||||
ld a, [TimeOfDayPal]
|
||||
cp NITE_F
|
||||
jr c, .morn_day
|
||||
ld a, $19
|
||||
ld a, PREDEFPAL_NITE
|
||||
ret
|
||||
|
||||
.morn_day
|
||||
@@ -583,15 +583,15 @@ endr
|
||||
ret
|
||||
|
||||
.cave
|
||||
ld a, PREDEFPAL_18
|
||||
ld a, PREDEFPAL_DUNGEONS
|
||||
ret
|
||||
|
||||
.perm5
|
||||
ld a, PREDEFPAL_06
|
||||
ld a, PREDEFPAL_VERMILION
|
||||
ret
|
||||
|
||||
.gate
|
||||
ld a, PREDEFPAL_03
|
||||
ld a, PREDEFPAL_PEWTER
|
||||
ret
|
||||
; 8a45
|
||||
|
||||
|
||||
Reference in New Issue
Block a user