diff options
author | yenatch <yenatch@gmail.com> | 2016-03-16 18:05:28 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-03-16 18:05:28 -0400 |
commit | 5b27af071cf1f26ae32e48e784fe933c45f9db52 (patch) | |
tree | 3f07746cab117fdbd7b0bc5b9a222b773005086e /engine/phone_scripts.asm | |
parent | a1f7189e259b48c0aa50a41b8b8dc4bac54ddae2 (diff) |
Add fish group constants.
Diffstat (limited to 'engine/phone_scripts.asm')
-rw-r--r-- | engine/phone_scripts.asm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engine/phone_scripts.asm b/engine/phone_scripts.asm index e8af05f36..bcfec65e0 100644 --- a/engine/phone_scripts.asm +++ b/engine/phone_scripts.asm @@ -1,6 +1,3 @@ -SWARM_DUNSPARCE EQU 0 -SWARM_YANMA EQU 1 - UnusedPhoneScript: ; 0xbcea5 farwritetext UnusedPhoneText end @@ -832,7 +829,7 @@ Ralph_SetUpSwarm: setflag ENGINE_SPECIAL_WILDDATA pokenamemem QWILFISH, $1 landmarktotext ROUTE_32, $2 - writebyte $1 + writebyte FISHSWARM_QWILFISH special Special_ActivateFishingSwarm farjump UnknownScript_0xa05d6 |