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.
This commit is contained in:
Bryan Bishop
2013-02-27 23:31:12 -06:00
parent 01e10a11b2
commit 23003bd772
3 changed files with 3085 additions and 1 deletions

View File

@@ -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]