diff options
| author | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-10-25 20:48:44 -0400 |
| commit | 0d17d4a75866d053f5e0b48c66deb2508071d98b (patch) | |
| tree | 75bb638d39ab6b4d0bcd3167c22d275eb52ffdbd /data | |
| parent | 6fcba7a28a0d3d7826603b54b187dc5fca853669 (diff) | |
| parent | 79ceca591b022673cb7fb2cc59e5175716743eb5 (diff) | |
Merge pull request #322 from PikalaxALT/master
Split out and comment phone and animation code.
Diffstat (limited to 'data')
| -rw-r--r-- | data/wild/fish.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/wild/fish.asm b/data/wild/fish.asm index e2deb093a..b528bbed8 100644 --- a/data/wild/fish.asm +++ b/data/wild/fish.asm @@ -134,14 +134,14 @@ GetFishGroupHeader: ; 9245b ret .group11 - ld a, [wdfce] + ld a, [wFishingSwarmFlag] cp 1 jr nz, .end ld d, 6 jr .end .group12 - ld a, [wdfce] + ld a, [wFishingSwarmFlag] cp 2 jr nz, .end ld d, 7 |
