diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:59:09 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:59:09 -0600 |
commit | d1a8c31e77546c4c50469837a909e09fa2a0c56c (patch) | |
tree | 2bdefbf652c22d970aa5aabe35fb6786f85e7b2c | |
parent | ce68f6d50ab1dd9fd2820ea7db0ef86518a6a384 (diff) |
insert $8 asm for SilphCo7Text2
hg-commit-id: 916768f25e5b
-rw-r--r-- | pokered.asm | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 7bf4c62f..89de1588 100644 --- a/pokered.asm +++ b/pokered.asm @@ -21198,7 +21198,22 @@ SilphCo7Text1: ; 0x51d8e .asm_b3069 ; 0x51dd0 jp $24d7 -INCBIN "baserom.gbc",$51dd3,$51e0a - $51dd3 +INCBIN "baserom.gbc",$51dd3,$51de7 - $51dd3 +SilphCo7Text2: ; 0x51de7 + db $8 + ld a, [$d838] + bit 7, a + jr nz, .asm_892ce ; 0x51ded $8 + ld hl, $5e00 + call PrintText + jr .asm_e4d89 ; 0x51df5 $6 +.asm_892ce ; 0x51df7 + ld hl, $5e05 + call PrintText +.asm_e4d89 ; 0x51dfd + jp $24d7 +; 0x51e00 +INCBIN "baserom.gbc",$51e00,$a SilphCo7Text3: ; 0x51e0a db $08 ; asm ld a, [$d838] |