You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Create a fourth time of day (#2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user