diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 23:31:12 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-27 23:31:12 -0600 |
commit | 23003bd772a2b025ea1972fade00309cc04003a7 (patch) | |
tree | 4017f88fcb81bb8f91f64b930378a66f2314502a /main.asm | |
parent | 01e10a11b27978c40e0f5fc3334dfd66c1a004a3 (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.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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] |