objects for event handling and scripting

This commit is contained in:
yenatch
2013-11-23 02:51:48 -05:00
parent 29afa24f0b
commit cf6295cb9f
5 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
INCLUDE "includes.asm"
SECTION "events", ROMX, BANK[$25]
Function966b0: ; 966b0
xor a
ld [$d432], a

View File

@@ -1,5 +1,9 @@
INCLUDE "includes.asm"
; More overworld event handling.
SECTION "events2", ROMX, BANK[$25]
Function97c28: ; 97c28
ld hl, StatusFlags2
res 1, [hl]

View File

@@ -0,0 +1,5 @@
INCLUDE "pokecrystal.asm"
INCLUDE "includes.asm"
SECTION "scripting", ROMX, BANK[$25]
INCLUDE "engine/scripting.asm"