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.asm | |
parent | 12f7ebaf2f4b8e9d38a15ef89707d265eaed07d9 (diff) |
Dump Field Select screen state machine.
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 8fa60c3..0c63cd3 100755 --- a/constants.asm +++ b/constants.asm @@ -8,3 +8,4 @@ INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/screen_constants.asm" INCLUDE "constants/song_constants.asm" INCLUDE "constants/sound_effect_constants.asm" +INCLUDE "constants/stage_constants.asm" |