diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-15 14:08:24 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-15 14:08:24 -0400 |
commit | e9b6a2fc6220cc047faef958528140454b8297fa (patch) | |
tree | e7c3bae2583366743d93dc933a172618e94621ca /constants/script_constants.asm | |
parent | 54bbefeed1b14e13fcf7850dea125d99a23c507b (diff) |
Miscellaneous cleanups.
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 56e2a12b..e850d4fe 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -229,15 +229,6 @@ NUM_FRUIT_TREES EQU const_value - 1 const DECODESC_BIG_DOLL ; 3 const DECODESC_CONSOLE ; 4 -; swarm arguments -; StoreSwarmMapIndices arguments -; tentative/placeholder, this is just the order from swarm_grass.asm - const_def - const SWARM_YANMA ; 0 - const SWARM_SNUBBULL ; 1 - const SWARM_DUNSPARCE ; 2 - const SWARM_MARILL ; 3 - ; ActivateFishingSwarm setval arguments const_def const FISHSWARM_NONE ; 0 |