diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:51:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:51:03 -0600 |
commit | f398a688be03e69d9b7b238330f0ff8b6a0487c0 (patch) | |
tree | 46dd6c6346103deb09cbc420607de15336da4dd2 | |
parent | 9140cc9f6b2424e78d86cc7599660af9cc96a121 (diff) |
insert $8 asm for Route22GateText1
hg-commit-id: a4e7cb7451d7
-rw-r--r-- | pokered.asm | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3c624edc..5f7fc940 100644 --- a/pokered.asm +++ b/pokered.asm @@ -9169,7 +9169,26 @@ Route22Gate_h: ; 0x1e677 to 0x1e683 (12 bytes) (bank=7) (id=193) dw $6720 ; objects -INCBIN "baserom.gbc",$1e683,$1e720 - $1e683 +INCBIN "baserom.gbc",$1e683,$1e6e1 - $1e683 +Route22GateText1: ; 0x1e6e1 + db $8 + ld a, [$d356] + bit 0, a + jr nz, .asm_8a809 ; 0x1e6e7 $d + ld hl, $6704 + call PrintText + call $66ba + ld a, $1 + jr .asm_20f7e ; 0x1e6f4 $8 +.asm_8a809 ; 0x1e6f6 + ld hl, $671a + call PrintText + ld a, $2 +.asm_20f7e ; 0x1e6fe + ld [$d60e], a + jp $24d7 +; 0x1e704 +INCBIN "baserom.gbc",$1e704,$1c Route22GateObject: ; 0x1e720 (size=42) db $a ; border tile |