diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-01-07 18:33:59 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-01-07 18:33:59 +1300 |
commit | 212eb2102c9b825a1a66746e1d19653675cd9780 (patch) | |
tree | 3195da0b95551993648f3b454ee1f2a3ed002089 /scripts/pewtercity.asm | |
parent | 3068ab2e19497ace112eb9608975944ebb3ae210 (diff) |
Begin decompiling Rote Edition
Diffstat (limited to 'scripts/pewtercity.asm')
-rwxr-xr-x | scripts/pewtercity.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pewtercity.asm b/scripts/pewtercity.asm index 80acede8..494298b8 100755 --- a/scripts/pewtercity.asm +++ b/scripts/pewtercity.asm @@ -277,6 +277,8 @@ PewterCityText_19431: PewterCityText5: TX_ASM + ld a,$FC + ld [$CD6B],a ld hl, PewterCityText_1945d call PrintText xor a |