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

@@ -5,6 +5,7 @@ LoadWildMonData:
xor a
ld [hli], a
ld [hli], a
ld [hli], a
ld [hl], a
jr .done_copy
@@ -12,7 +13,7 @@ LoadWildMonData:
inc hl
inc hl
ld de, wMornEncounterRate
ld bc, 3
ld bc, NUM_DAYTIMES
call CopyBytes
.done_copy
call _WaterWildmonLookup