diff options
author | yenatch <yenatch@gmail.com> | 2018-06-24 22:38:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-24 22:38:08 -0400 |
commit | 91f914718a263839daef24d44eda857bfc7cca95 (patch) | |
tree | e3aca60cfbcd77fdbb400304fc0dedbc613122b2 /engine/events | |
parent | 364854623267a8a39242243b0cdf80144e868642 (diff) | |
parent | 6e44095c2aadd2f07a716db6dacfc3ce2fa83658 (diff) |
Merge pull request #530 from Rangi42/master
[RTM] Finish removing address comments, split out mart_constants.asm, and other tweaks
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/fish.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/fish.asm b/engine/events/fish.asm index ec3e9a727..9d695a908 100644 --- a/engine/events/fish.asm +++ b/engine/events/fish.asm @@ -11,7 +11,7 @@ Fish: call GetFishGroupIndex ld hl, FishGroups -rept 7 +rept FISHGROUP_DATA_LENGTH add hl, de endr call .Fish |