diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:52:31 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 18:52:31 -0600 |
commit | 64beee99523d7bba2e6d3f211eb53ca3f7dda179 (patch) | |
tree | 5663cad75b94c02a5b39548fa505ac61b4938aaa | |
parent | 6e0d93897b60242f27695ce7e48882d2f98a7d18 (diff) |
insert $8 asm for Route18GateHeaderText2
hg-commit-id: 2bccab15cbe2
-rw-r--r-- | pokered.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 9d6bd7d1..a88082a7 100644 --- a/pokered.asm +++ b/pokered.asm @@ -19576,7 +19576,12 @@ Route18GateHeaderText1: ; 0x4997e call Predef jp $24d7 -INCBIN "baserom.gbc",$4998c,$49998 - $4998c +Route18GateHeaderText2: ; 0x4998c + db $8 + ld hl, $5993 + jp $55c9 +; 0x49993 +INCBIN "baserom.gbc",$49993,$5 Route18GateHeaderText3: ; 0x49998 db $8 ld hl, $599f |