summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-27 23:31:12 -0600
committerBryan Bishop <kanzure@gmail.com>2013-02-27 23:31:12 -0600
commit23003bd772a2b025ea1972fade00309cc04003a7 (patch)
tree4017f88fcb81bb8f91f64b930378a66f2314502a /main.asm
parent01e10a11b27978c40e0f5fc3334dfd66c1a004a3 (diff)
disassemble scripting engine commands
All commands are in scripting.asm, and there's also a small python script that was written to assist with some of the automation.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 1ff2ad300..3ea3b1357 100644
--- a/main.asm
+++ b/main.asm
@@ -10305,8 +10305,11 @@ INCLUDE "maps/map_headers.asm"
INCLUDE "maps/second_map_headers.asm"
-INCBIN "baserom.gbc",$966b0,$97f7e - $966b0
+INCBIN "baserom.gbc",$966b0,$96cb1 - $966b0
+INCLUDE "scripting.asm"
+
+INCBIN "baserom.gbc",$97c20,$35e
SECTION "bank26",DATA,BANK[$26]