diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 17:02:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 17:02:48 -0600 |
commit | 22e331c330cd1a258350ce2d03154c6cb9371735 (patch) | |
tree | 955e12caa98c608211cc0fd21b7a95fc5505e05b | |
parent | 2a81950a3e93e808261b0f4cff6260983c94f69c (diff) |
asm for SSAnne8Text8
hg-commit-id: bdbbbc812f6b
-rw-r--r-- | pokered.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 84ae3262..9fa14edb 100644 --- a/pokered.asm +++ b/pokered.asm @@ -26113,8 +26113,12 @@ SSAnne8Text4: ; 0x619f4 SSAnne8Text8: ; 0x619fe TX_FAR _SSAnne8Text8 + db $08 ; asm + ld a, $65 + call $13d0 + jp $24d7 -INCBIN "baserom.gbc",$61a02,$45 +INCBIN "baserom.gbc",$61a0b,60 SSAnne8Text5: ; 0x61a47 TX_FAR _SSAnne8Text5 |