diff options
author | yenatch <yenatch@gmail.com> | 2013-11-23 02:51:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-23 02:51:48 -0500 |
commit | cf6295cb9fcd6fe7173efc76bd039be79b5781b2 (patch) | |
tree | 956fc6a341da9ddbfbc0909529cdead6fddabb04 /engine/events.asm | |
parent | 29afa24f0bf3368a1cba6869de4f8290d2a6f0dd (diff) |
objects for event handling and scripting
Diffstat (limited to 'engine/events.asm')
-rw-r--r-- | engine/events.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/events.asm b/engine/events.asm index 569f5b8c9..d1b651f91 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -1,3 +1,7 @@ +INCLUDE "includes.asm" + +SECTION "events", ROMX, BANK[$25] + Function966b0: ; 966b0 xor a ld [$d432], a |