More SGB documentation

This commit is contained in:
Remy Oukaour
2018-01-17 22:48:57 -05:00
parent 4161ec98b4
commit c5d9ecae9c
8 changed files with 149 additions and 146 deletions

View File

@@ -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