diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:53:07 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:53:07 -0600 |
commit | 340e6b77a60144f339f554b72def968ddfa285a9 (patch) | |
tree | e82cdb503f900445116e867edaff347d79ee1a38 | |
parent | 64beee99523d7bba2e6d3f211eb53ca3f7dda179 (diff) |
insert $8 asm for Route16GateUpstairsText4
hg-commit-id: a33b319c7b23
-rw-r--r-- | pokered.asm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index a88082a7..6fce3bca 100644 --- a/pokered.asm +++ b/pokered.asm @@ -19494,7 +19494,13 @@ Route16GateUpstairsText2: ; 0x49825 call PrintText jp $24d7 -INCBIN "baserom.gbc",$4982f,$1d +INCBIN "baserom.gbc",$4982f,$49840 - $4982f +Route16GateUpstairsText4: ; 0x49840 + db $8 + ld hl, $5847 + jp $55c9 +; 0x49847 +INCBIN "baserom.gbc",$49847,$5 Route16GateUpstairsObject: ; 0x4984c (size=30) db $a ; border tile |