diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
| commit | dbe2360ecd3eb11fd144168427e1323f5e1b2ec2 (patch) | |
| tree | d571d2f064c176a36951d3470d19053692f9e8eb /data/wild | |
| parent | 8daf8fe19c9e356df34ca8da3423618999d4405a (diff) | |
Miscellaneous cleanup
Diffstat (limited to 'data/wild')
| -rw-r--r-- | data/wild/fish.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/wild/fish.asm b/data/wild/fish.asm index b849b933f..5795dd80e 100644 --- a/data/wild/fish.asm +++ b/data/wild/fish.asm @@ -2,7 +2,8 @@ time_group EQUS "0," ; use the nth TimeFishGroups entry fishgroup: MACRO ; chance, old rod, good rod, super rod - dbwww \1, \2, \3, \4 + db \1 + dw \2, \3, \4 ENDM FishGroups: |
