diff options
Diffstat (limited to 'constants/stage_constants.asm')
-rwxr-xr-x | constants/stage_constants.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/constants/stage_constants.asm b/constants/stage_constants.asm new file mode 100755 index 0000000..600abf9 --- /dev/null +++ b/constants/stage_constants.asm @@ -0,0 +1,16 @@ +STAGE_RED_FIELD_TOP EQU $0 +STAGE_RED_FIELD_BOTTOM EQU $1 +; XXX EQU $2 +; XXX EQU $3 +STAGE_BLUE_FIELD_TOP EQU $4 +STAGE_BLUE_FIELD_BOTTOM EQU $5 +; STAGE_GENGAR_BONUS EQU $6 ; buggy +STAGE_GENGAR_BONUS EQU $7 +; STAGE_MEWTWO_BONUS EQU $8 ; buggy +STAGE_MEWTWO_BONUS EQU $9 +; STAGE_MEOWTH_BONUS EQU $a ; buggy +STAGE_MEOWTH_BONUS EQU $b +; STAGE_DIGLETT_BONUS EQU $c ; buggy +STAGE_DIGLETT_BONUS EQU $d +; STAGE_SEEL_BONUS EQU $e ; buggy +STAGE_SEEL_BONUS EQU $f |