diff options
-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 |