diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-15 15:21:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 15:21:26 -0400 |
commit | 6218f183a3985c6adca8792b938d32315e868328 (patch) | |
tree | ca1369039c552115f0b29d3c89af49d77a3da491 /constants/script_constants.asm | |
parent | 54bbefeed1b14e13fcf7850dea125d99a23c507b (diff) | |
parent | 85cd0e5e1c89fe21c19b001686faf43c37017ff7 (diff) |
Merge pull request #51 from entrpntr/misc
Small 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 |