diff options
author | yenatch <yenatch@gmail.com> | 2016-03-18 23:44:20 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-03-18 23:44:20 -0400 |
commit | 9ce74b3d2c7b0a6a678e234fd06dd898e1e372d0 (patch) | |
tree | 02e472578ad2fbd3663856f70fee0c3cced836be | |
parent | d2a3e4a6a42b58e7b0005558a7dcb3907a76b7fd (diff) |
Fix the include for engine/fish.asm.
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |