You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix the include for engine/fish.asm.
This commit is contained in:
2
main.asm
2
main.asm
@ -10536,7 +10536,7 @@ INCLUDE "engine/phone.asm"
|
|||||||
INCLUDE "engine/timeset.asm"
|
INCLUDE "engine/timeset.asm"
|
||||||
INCLUDE "engine/pokegear.asm"
|
INCLUDE "engine/pokegear.asm"
|
||||||
|
|
||||||
INCLUDE "data/wild/fish.asm"
|
INCLUDE "engine/fish.asm"
|
||||||
INCLUDE "engine/slot_machine.asm"
|
INCLUDE "engine/slot_machine.asm"
|
||||||
|
|
||||||
SECTION "Phone Engine", ROMX, BANK[$28]
|
SECTION "Phone Engine", ROMX, BANK[$28]
|
||||||
|
Reference in New Issue
Block a user