diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2015-03-15 11:10:23 -0700 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-15 11:10:23 -0700 |
| commit | 73a319a0ff4ebfd168f023c27006e2ad3acc325e (patch) | |
| tree | 8e12f227087a333911cebddf2573539ae9601442 /constants | |
| parent | 3c6d4b7d7ec93f5ace4dd7dfcac704c0f3a50e96 (diff) | |
Dump Options screen state machine. Use screen constants.
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/screen_constants.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/screen_constants.asm b/constants/screen_constants.asm new file mode 100755 index 0000000..dddcf1e --- /dev/null +++ b/constants/screen_constants.asm @@ -0,0 +1,8 @@ +; See wCurrentScreen in wram.asm + +SCREEN_ERASE_ALL_DATA EQU $1 +SCREEN_COPYRIGHT EQU $2 +SCREEN_TITLESCREEN EQU $3 + +SCREEN_POKEDEX EQU $5 +SCREEN_OPTIONS EQU $6 |
