summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-20 22:18:18 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-20 22:18:18 -0400
commit471492b775fc2a0f5162f3d1c13c5472359beb14 (patch)
treef230b4d37385ca7dfdd8a44cca97faa0202c9dbe /data
parentd1e11f77e525aa7a7751359db4e5380b420e882c (diff)
Reverted ld_hl_pointer macro
Diffstat (limited to 'data')
-rw-r--r--data/wild/fish.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/wild/fish.asm b/data/wild/fish.asm
index 844629201..c44e23937 100644
--- a/data/wild/fish.asm
+++ b/data/wild/fish.asm
@@ -60,9 +60,9 @@ endr
jr c, .ReadMon
; Next monster...
+rept 3
inc hl
- inc hl
- inc hl
+endr
jr .CheckEncounter
.ReadMon
@@ -98,8 +98,9 @@ endr
and 3
cp NITE
jr c, .TimeSpecies
+rept 2
inc hl
- inc hl
+endr
.TimeSpecies
ld d, [hl]