diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:53:41 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:53:41 -0600 |
commit | eb021a274a483c08fc35e03e6b305ba7820c4aee (patch) | |
tree | 5bc22718e6a974c386065b5395806b74c1521f2d | |
parent | 340e6b77a60144f339f554b72def968ddfa285a9 (diff) |
insert $8 asm for Route16GateUpstairsText3
hg-commit-id: defaa9b4cfbb
-rw-r--r-- | pokered.asm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 6fce3bca..7b89a1cf 100644 --- a/pokered.asm +++ b/pokered.asm @@ -19494,7 +19494,13 @@ Route16GateUpstairsText2: ; 0x49825 call PrintText jp $24d7 -INCBIN "baserom.gbc",$4982f,$49840 - $4982f +INCBIN "baserom.gbc",$4982f,$49834 - $4982f +Route16GateUpstairsText3: ; 0x49834 + db $8 + ld hl, $583b + jp $55c9 +; 0x4983b +INCBIN "baserom.gbc",$4983b,$5 Route16GateUpstairsText4: ; 0x49840 db $8 ld hl, $5847 |