diff options
author | yenatch <yenatch@gmail.com> | 2014-12-29 08:08:03 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-12-29 08:08:03 -0800 |
commit | 1a2784d4142572487fdf10a44aa4752de287e89f (patch) | |
tree | 0aa7999c3526c1d856289eecb34426788b698f10 /engine/events_2.asm | |
parent | 346844a61328943cd5fffb0a6b7934b97a4fc0cb (diff) |
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.
Diffstat (limited to 'engine/events_2.asm')
-rw-r--r-- | engine/events_2.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/events_2.asm b/engine/events_2.asm index 68f5027ab..3db0698ee 100644 --- a/engine/events_2.asm +++ b/engine/events_2.asm @@ -1,9 +1,5 @@ -INCLUDE "includes.asm" - - ; More overworld event handling. -SECTION "Events 2", ROMX, BANK[EVENTS] Function97c28:: ; 97c28 ld hl, StatusFlags2 |