summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 517dd661f..3a4c99ab0 100644
--- a/main.asm
+++ b/main.asm
@@ -3605,7 +3605,7 @@ FishFunction: ; cf8e
ld d, a
ld a, [Buffer2]
ld e, a
- callba FishAction
+ callba Fish
ld a, d
and a
jr z, .nonibble
@@ -10536,7 +10536,7 @@ INCLUDE "engine/phone.asm"
INCLUDE "engine/timeset.asm"
INCLUDE "engine/pokegear.asm"
-INCLUDE "data/wild/fish.asm"
+INCLUDE "engine/fish.asm"
INCLUDE "engine/slot_machine.asm"
SECTION "Phone Engine", ROMX, BANK[$28]