mirror of https://github.com/pret/pokecrystal.git
checkcode $11 is how much time is left in the Bug Catching Contest.
This commit is contained in:
parent
a711b45404
commit
e118dfe727
|
@ -18,7 +18,7 @@
|
|||
const VAR_UNOWNCOUNT
|
||||
const VAR_ROOFPALETTE
|
||||
const VAR_BOXSPACE
|
||||
const VAR_11
|
||||
const VAR_CONTESTMINUTES
|
||||
const VAR_XCOORD
|
||||
const VAR_YCOORD
|
||||
const VAR_POKERUS
|
||||
|
|
|
@ -58,7 +58,7 @@ UnknownScript_0x6a1d1:
|
|||
applymovement $0, MovementData_0x6a2e2
|
||||
spriteface $2, RIGHT
|
||||
loadfont
|
||||
checkcode VAR_11
|
||||
checkcode VAR_CONTESTMINUTES
|
||||
addvar $1
|
||||
RAM2MEM $0
|
||||
writetext UnknownText_0x6a79a
|
||||
|
|
|
@ -58,7 +58,7 @@ UnknownScript_0x6ab46:
|
|||
UnknownScript_0x6ab47:
|
||||
spriteface $0, UP
|
||||
loadfont
|
||||
checkcode VAR_11
|
||||
checkcode VAR_CONTESTMINUTES
|
||||
addvar $1
|
||||
RAM2MEM $0
|
||||
writetext UnknownText_0x6b284
|
||||
|
|
Loading…
Reference in New Issue