diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:40:57 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 17:40:57 -0600 |
commit | c3f1948295ef7ae65726ccf05af62d99739ee88b (patch) | |
tree | a16bae7cd252ff5ff604c2442f723953bfdcc5cc | |
parent | ea4fce81fa6f34362a3e89631ecb9ef6a855f28d (diff) |
insert $8 asm for FanClubText3
hg-commit-id: fe1fe41ba506
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 49da9f4e..bb07ea3f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -24162,7 +24162,20 @@ asm_5cd59 ; 0x59bd6 asm_59625 ; 0x59be1 jp $24d7 -INCBIN "baserom.gbc",$59be4,$59c05 - $59be4 +INCBIN "baserom.gbc",$59be4,$59bee - $59be4 + +FanClubText3: ; 0x59bee + db $8 + ld hl, $5c00 + call PrintText + ld a, $54 + call $13d0 + call $3748 + jp $24d7 +; 0x59c00 + +INCBIN "baserom.gbc",$59c00,$5 + FanClubText4: ; 0x59c05 db $08 ; asm ld hl, $5c17 @@ -24173,6 +24186,7 @@ FanClubText4: ; 0x59c05 jp $24d7 INCBIN "baserom.gbc",$59c17,$59c1c - $59c17 + FanClubText5: ; 0x59c1c db $08 ; asm call $5b73 |