Create a fourth time of day (#2)

This commit is contained in:
xCrystal
2023-07-31 12:27:53 +02:00
parent 05448d7a7e
commit 9df4cf6946
30 changed files with 270 additions and 123 deletions

View File

@@ -231,12 +231,10 @@ OaksPKMNTalk4:
rept 4
inc hl
endr
; Generate a number, either 0, 1, or 2, to choose a time of day.
; Generate a number, either 0, 1, 2, or 3 to choose a time of day.
.loop2
call Random
maskbits NUM_DAYTIMES
cp DARKNESS_F
jr z, .loop2
ld bc, 2 * NUM_GRASSMON
call AddNTimes