mirror of https://github.com/pret/pokecrystal.git
Better placement for wram address
This commit is contained in:
parent
d6507e3882
commit
a45c6a558b
6
wram.asm
6
wram.asm
|
@ -1630,17 +1630,13 @@ NEXTU ; d002
|
||||||
; miscellaneous
|
; miscellaneous
|
||||||
wTempDayOfWeek::
|
wTempDayOfWeek::
|
||||||
wApricorns::
|
wApricorns::
|
||||||
|
wKeepSevenBiasChance:: ; used in the slots to handle the favoring of 7 symbol streaks
|
||||||
db
|
db
|
||||||
|
|
||||||
ds 2
|
ds 2
|
||||||
|
|
||||||
StartFlypoint:: db
|
StartFlypoint:: db
|
||||||
EndFlypoint:: db
|
EndFlypoint:: db
|
||||||
|
|
||||||
NEXTU ; d002
|
NEXTU ; d002
|
||||||
wKeepSevenBiasChance::
|
|
||||||
; used in the slots to handle the favoring of 7 symbol streaks
|
|
||||||
|
|
||||||
; unidentified
|
; unidentified
|
||||||
wd002:: db
|
wd002:: db
|
||||||
wd003:: db
|
wd003:: db
|
||||||
|
|
Loading…
Reference in New Issue