From ea59f5ee474e1ee56a303feef44dc7e9f30db21d Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 22 Mar 2021 16:41:10 -0400 Subject: Miscellaneous cleanup --- data/wild/fish.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/wild/fish.asm') 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: -- cgit v1.2.3