Skip to content

Commit

Permalink
checkcode $11 is how much time is left in the Bug Catching Contest.
Browse files Browse the repository at this point in the history
  • Loading branch information
iimarckus committed Jul 10, 2015
1 parent a711b45 commit e118dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion constants/script_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion maps/Route35NationalParkgate.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion maps/Route36NationalParkgate.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e118dfe

Please sign in to comment.