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 /main.asm | |
parent | 29afa24f0bf3368a1cba6869de4f8290d2a6f0dd (diff) |
objects for event handling and scripting
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -85545,10 +85545,6 @@ SECTION "bank25",ROMX,BANK[$25] INCLUDE "maps/map_headers.asm" INCLUDE "maps/second_map_headers.asm" -INCLUDE "engine/events.asm" -INCLUDE "engine/scripting.asm" -INCLUDE "engine/events_2.asm" - SECTION "bank26",ROMX,BANK[$26] |