Skip to content

Commit

Permalink
Get rid of the now-unused specials constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
yenatch committed Feb 11, 2015
1 parent b048ea0 commit 943ddf6
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions 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

0 comments on commit 943ddf6

Please sign in to comment.