diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:46:09 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:46:09 -0600 |
commit | 3fe6c18e32069e33cb7e16c985ba387a2d56ae4e (patch) | |
tree | b35af5c43760b7776de46f1240a54a69a056e441 | |
parent | 7db2305640a3876fabb4d28090ab1a0cb8b0682d (diff) |
insert $8 asm for LavenderHouse2Text1 and CopycatsHouseF1Text3
hg-commit-id: bdebc5431d24
-rw-r--r-- | pokered.asm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 39c88a55..f9e941a7 100644 --- a/pokered.asm +++ b/pokered.asm @@ -8014,8 +8014,12 @@ INCBIN "baserom.gbc",$1d9ae,$1d9b6 - $1d9ae LavenderHouse2Text1: ; 0x1d9b6 TX_FAR _LavenderHouse2Text1 + db $8 + ld a, $11 + call $13d0 + jp $24d7 +; 0x1d9c3 -INCBIN "baserom.gbc",$1d9ba,$1d9c3 - $1d9ba LavenderHouse2Text2: ; 0x1d9c3 db $08 ; asm ld a, [$d7e0] @@ -28858,8 +28862,11 @@ CopycatsHouseF1Text2: ; 0x75ed1 CopycatsHouseF1Text3: ; 0x75ed6 TX_FAR _CopycatsHouseF1Text3 + db $8 + ld a, $28 + call $13d0 + jp $24d7 -INCBIN "baserom.gbc",$75eda,$9 CopycatsHouseF1Object: ; 0x75ee3 (size=46) db $a ; border tile |