diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-16 20:50:52 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-17 08:16:28 -0600 |
commit | 5393b42f7ccfd10986a9a253e29ce54fae847a78 (patch) | |
tree | c64dd6c7ac6fde43dc511879dc2af33a1a8ef2c5 /include/constants/battle_tower.h | |
parent | f6ab6934aeba7027e8e4da177f9cbfac1bf1f8f6 (diff) |
Remove SpriteCB_Null name
Diffstat (limited to 'include/constants/battle_tower.h')
-rw-r--r-- | include/constants/battle_tower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_tower.h b/include/constants/battle_tower.h index 73a4af5a5..508656fab 100644 --- a/include/constants/battle_tower.h +++ b/include/constants/battle_tower.h @@ -10,7 +10,7 @@ #define BATTLE_TOWER_FUNC_SAVE 6 #define BATTLE_TOWER_FUNC_7 7 #define BATTLE_TOWER_FUNC_NOP 8 -#define BATTLE_TOWER_FUNC_NOP_SPRITE 9 +#define BATTLE_TOWER_FUNC_NOP2 9 #define BATTLE_TOWER_FUNC_10 10 #define BATTLE_TOWER_FUNC_11 11 #define BATTLE_TOWER_FUNC_12 12 |