diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 16:41:34 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 16:41:34 -0600 |
commit | b5f656e3c839ef5f3de039ad3eab1ff965f5948e (patch) | |
tree | 8d2f82fcaf48b0d76dc7aba7cb7b0c774b3aae4b | |
parent | edbfce9ad3da45649d5939de261e003048d41013 (diff) |
insert $8 asm for VermilionCityText5 after TX_FAR
hg-commit-id: 80e8ce9ea8fd
-rw-r--r-- | pokered.asm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e9bd9390..efd07b72 100644 --- a/pokered.asm +++ b/pokered.asm @@ -6223,8 +6223,15 @@ VermilionCityText4: ; 0x1991d VermilionCityText5: ; 0x19922 TX_FAR _VermilionCityText5 + db $08 ; asm + ld a, $6a + call $13d0 + call $3748 + ld hl, $5933 + ret -INCBIN "baserom.gbc",$19926,$19938 - $19926 +;db $17, $6b, $58, $29, $50 +INCBIN "baserom.gbc",$19933,$5 VermilionCityText6: ; 0x19938 TX_FAR _VermilionCityText6 |