summaryrefslogtreecommitdiff
path: root/constants/bonus_stage_order_constants.asm
blob: dd226a5f58117674a42f9652ae37498cdd1c1f23 (plain)
1
2
3
4
5
6
; See wNextBonusStage
BONUS_STAGE_ORDER_GENGAR  EQU 0
BONUS_STAGE_ORDER_MEWTWO  EQU 1
BONUS_STAGE_ORDER_MEOWTH  EQU 2
BONUS_STAGE_ORDER_DIGLETT EQU 3
BONUS_STAGE_ORDER_SEEL    EQU 4