mirror of https://github.com/pret/pokecrystal.git
Fix accidentally renamed constant
This commit is contained in:
parent
bd783370f8
commit
43a1e5b5ba
|
@ -19,9 +19,9 @@ REEL_SIZE EQU 15
|
|||
const SLOTS_WAIT_STOP_REEL2
|
||||
const SLOTS_WAIT_REEL3
|
||||
const SLOTS_WAIT_STOP_REEL3
|
||||
const SlotsAction_Next_09
|
||||
const SlotsAction_Next_0a
|
||||
const SlotsAction_Next_0b
|
||||
const SLOTS_NEXT_09
|
||||
const SLOTS_NEXT_0a
|
||||
const SLOTS_NEXT_0b
|
||||
const SLOTS_FLASH_IF_WIN
|
||||
const SLOTS_FLASH_SCREEN
|
||||
const SLOTS_GIVE_EARNED_COINS
|
||||
|
|
Loading…
Reference in New Issue