summaryrefslogtreecommitdiff
path: root/data/wild
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:10 -0400
commitea59f5ee474e1ee56a303feef44dc7e9f30db21d (patch)
tree98894d5ed8a8804a13f4dd51dc07bb4df87998ef /data/wild
parentb4ee57c480cf937ccd68495e7f4a56b3edbeddd8 (diff)
Miscellaneous cleanup
Diffstat (limited to 'data/wild')
-rw-r--r--data/wild/fish.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/wild/fish.asm b/data/wild/fish.asm
index b849b933..5795dd80 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: