diff options
author | yenatch <yenatch@gmail.com> | 2014-07-22 23:06:11 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-23 20:20:21 -0700 |
commit | f7e53b0f509945ac9247666594f945f0f435ed77 (patch) | |
tree | ff5eba4fa118f106887a212d22ab44e243ca0985 /main.asm | |
parent | cda504fbceef2fbe0676ffccb54c46a6f1fb0009 (diff) |
Dump the phone scripts.
This is one of the last major incbins. The rest is mostly mobile code.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79085,7 +79085,7 @@ Unknown_90627: ; 90627 dw Function90197 db $02 - dbw $28, $4b09 ; XXX bike shop + dbw BANK(UnknownScript_0xa0b09), UnknownScript_0xa0b09 ; bike shop dw Function90197 db $01 @@ -85144,8 +85144,8 @@ INCBIN "gfx/slots_3.2bpp.lz" SECTION "bank28", ROMX, BANK[$28] -INCBIN "baserom.gbc",$a0000,$a0c28 - $a0000 - +INCLUDE "engine/more_phone_scripts.asm" +INCLUDE "engine/buena_scripts.asm" INCLUDE "text/buena.asm" |