diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-02-13 14:38:23 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-02-13 14:38:23 -0600 |
commit | d7bc1d12f23a6d800169b887592807cf92b4974a (patch) | |
tree | 0b8be61e8f894e0cd21c3794378b4c871d4f9717 /constants/script_constants.asm | |
parent | b22a3347939a040ca3dc85c60c1cf6313c984add (diff) | |
parent | 1480602df75b980e291a832ba3a485d123a53047 (diff) |
Merge pull request #277 from yenatch/master
Start splitting code out of main.
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 540612441..2aefa69c7 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -1,42 +1,3 @@ -; specials -NUM_SPECIALS EQU $a8 - -SPECIAL_UPDATESPRITETILES EQU $0038 - -SPECIAL_WAITSFX EQU $003b -SPECIAL_BIKESURFMUSIC EQU $003c - -SPECIAL_LOADFACESTEP EQU $003f - -SPECIAL_GIVESHUCKLE EQU $004b - -SPECIAL_SNORLAXAWAKE EQU $0060 - -SPECIAL_GAMEBOYCHECK EQU $0066 -SPECIAL_TRAINERHOUSE EQU $0067 - -SPECIAL_RUSTLETREE EQU $006a - -SPECIAL_ODDEGG EQU $007d - -SPECIAL_MOVETUTOR EQU $0083 -SPECIAL_OMANYTECHAMBER EQU $0084 - -SPECIAL_RUINCHAMBERWALL EQU $0087 - -SPECIAL_HOOHCHAMBER EQU $008d - -SPECIAL_CELEBI EQU $008f -SPECIAL_AFTERCELEBI EQU $0090 -SPECIAL_POKESEER EQU $0091 -SPECIAL_BUENAS_PASSWORD EQU $0092 -SPECIAL_BUENA_PRIZE EQU $0093 -SPECIAL_DRATINI EQU $0094 - -SPECIAL_BEASTSCHECK EQU $0096 -SPECIAL_MONCHECK EQU $0097 - - ; script vars NUM_VARS EQU $1b VAR_MOVEMENT EQU $08 |