diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:44:56 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:44:56 -0600 |
commit | 68d4d86a8fb89566f2e45dc63d5670cf2feee9d4 (patch) | |
tree | b4d9016509f33781a30eaa7f1837145860757d15 | |
parent | c3f1948295ef7ae65726ccf05af62d99739ee88b (diff) |
insert $8 asm for SSAnne2Text2
hg-commit-id: 630f9825b2f0
-rw-r--r-- | pokered.asm | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index bb07ea3f..4db0ef9d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -27016,7 +27016,20 @@ SSAnne2_h: ; 0x61393 to 0x6139f (12 bytes) (id=96) dw $5514 ; objects -INCBIN "baserom.gbc",$6139f,$61514 - $6139f +INCBIN "baserom.gbc",$6139f,$614e6 - $6139f +SSAnne2Text2: ; 0x614e6 + db $8 + ld hl, $5500 + call PrintText + ld hl, $d72d + set 6, [hl] + set 7, [hl] + ld hl, $5505 + ld de, $550a + call $3354 + jp $24d7 +; 0x61500 +INCBIN "baserom.gbc",$61500,$14 SSAnne2Object: ; 0x61514 (size=90) db $c ; border tile |