diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 13:51:35 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 13:51:35 -0600 |
| commit | 691aa8e157c0f74f745a6e2501d68a6d6438888a (patch) | |
| tree | 3a1e578844b1e19ce44b1c7cc17dd7623f4683a8 | |
| parent | insert $8 asm for DayCareMText1 (diff) | |
| download | pokeyellow-691aa8e157c0f74f745a6e2501d68a6d6438888a.tar.gz pokeyellow-691aa8e157c0f74f745a6e2501d68a6d6438888a.tar.xz pokeyellow-691aa8e157c0f74f745a6e2501d68a6d6438888a.zip | |
add labels for route 6, 7 and 8 text 1
hg-commit-id: 47a63dca1005
| -rw-r--r-- | pokered.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pokered.asm b/pokered.asm index 4d3739a6..7e7f06f5 100644 --- a/pokered.asm +++ b/pokered.asm @@ -8764,6 +8764,10 @@ Route5Gate_h: ; 0x1df27 to 0x1df33 (12 bytes) (bank=7) (id=70) dw $5ffb ; objects INCBIN "baserom.gbc",$1df33,$1dfaa - $1df33 + +Route8GateText1: +Route7GateText1: +Route6GateText1: Route5GateText1: ; 0x1dfaa db $8 ld a, [$d728] @@ -8792,7 +8796,9 @@ Route5GateText1: ; 0x1dfaa call PrintText jp $24d7 ; 0x1dfe7 + INCBIN "baserom.gbc",$1dfe7,$14 + Route5GateObject: ; 0x1dffb (size=42) db $a ; border tile |
