diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:25:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 16:25:24 -0600 |
commit | af7add4e624cda348acabd20f9f1eedcd2449d35 (patch) | |
tree | faf3c2d11527c387dfba5641a2a202631fca9cb9 | |
parent | ed3525a03f4cdc100dd9578620386bacf63539d6 (diff) |
extract some text scripts near SeafoamIslands5Texts
hg-commit-id: 9d603109b16e
-rw-r--r-- | pokered.asm | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index adac514a..6a870bc0 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1034,7 +1034,7 @@ IndigoPlateauLobbyText4: TextScriptEndingChar: db "@" -TextScriptEnd: ; 24D7 +TextScriptEnd: ; 24D7 24d7 ld hl,TextScriptEndingChar ret @@ -1196,7 +1196,7 @@ UnknownDungeon1Text3: SilphCo10Text4: SilphCo10Text5: SilphCo10Text6: -Route2Text2: ; 0x24f4 +Route2Text2: ; 24f4 0x424f4 db $08 ; asm ld a, $5c call Predef @@ -18140,7 +18140,15 @@ SeafoamIslands5Text3: ; 0x46893 ld [$d668], a jp $24d7 -INCBIN "baserom.gbc",$468a2,$10 +; 0x468a2 TX_FAR +db $17, $75, $40, $22 +; 0x468a6 + db $8 + ld a, $4a + call $13d0 + call $3748 + jp TextScriptEnd +; 0x468b2 SeafoamIslands5Text4: ; 0x468b2 TX_FAR _SeafoamIslands5Text4 |