diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 13:04:00 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 13:04:00 -0600 |
commit | 0e9c4d7922f648b26055c82919a35ba66bdcad55 (patch) | |
tree | 202ed9b24e90996bc1165fedc464198fc1991ce2 | |
parent | 969360c42f3e66737049f5e491cf181d42f5f693 (diff) |
insert $8 asm for Route11GateUpstairsText4
hg-commit-id: 8254a228899c
-rw-r--r-- | pokered.asm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 03bc6144..0764619d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -19710,7 +19710,15 @@ Route11GateUpstairsText3: ; 0x494a8 call PrintText jp $24d7 -INCBIN "baserom.gbc",$494c4,$494da - $494c4 +INCBIN "baserom.gbc",$494c4,$494ce - $494c4 + +Route11GateUpstairsText4: ; 0x494ce + db $8 + ld hl, $54d5 + jp $55c9 +; 0x494d5 + +INCBIN "baserom.gbc",$494d5,$5 Route11GateUpstairsObject: ; 0x494da (size=30) db $a ; border tile |