pokecrystal-board/engine/events_crystal.asm
yenatch 1a2784d414 Recombine the event engine objects.
They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom.

They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless.
2014-12-29 08:08:03 -08:00

3 lines
54 B
NASM

INCLUDE "pokecrystal.asm"
INCLUDE "engine/events.asm"