diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:08:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:08:49 -0600 |
commit | 32e7c1376b79bd0660e2c19dad14d9c727d520d3 (patch) | |
tree | 80f9f8878b8b637973b15c039b5b20d324e055b3 | |
parent | 632317bd1a287d912f8d596db4a1207fcec64bec (diff) |
insert asm for CeladonMansion1Text1
hg-commit-id: 4cd9f49cf4e7
-rw-r--r-- | pokered.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 6dbb6338..e5ad998c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -17575,8 +17575,9 @@ INCBIN "baserom.gbc",$486a1,$6 CeladonMansion1Text1: ; 0x486a7 TX_FAR _CeladonMansion1Text1 - -INCBIN "baserom.gbc",$486ab,$486b1 - $486ab + db $08 ; asm + ld a, $4d + jp $46a1 CeladonMansion1Text2: ; 0x486b1 TX_FAR _CeladonMansion1Text2 |