diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-16 21:30:36 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-16 21:30:36 -0700 |
commit | 186293994b06348bb0376baba72f7415d37dfc0f (patch) | |
tree | 7cb49ddeb3437e8dc7fc8f4b25d11aaac3c6b726 /constants/stage_constants.asm | |
parent | 12f7ebaf2f4b8e9d38a15ef89707d265eaed07d9 (diff) |
Dump Field Select screen state machine.
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 |