diff options
author | Logan <log.butt@gmail.com> | 2016-05-30 00:47:55 +1200 |
---|---|---|
committer | Logan <log.butt@gmail.com> | 2016-05-30 00:47:55 +1200 |
commit | f71b489ad8c194a392ca79b07261816b61cb55e2 (patch) | |
tree | 8e3ef974f051125f847d2e2887afc6fe6320f406 /scripts/pewtercity.asm | |
parent | 38ea9cd829c51fbfd1e5e89e94c073ea1987948d (diff) |
Initial decompilation of FR Red
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 28fa1cc3..4dcfe790 100755 --- a/scripts/pewtercity.asm +++ b/scripts/pewtercity.asm @@ -277,6 +277,8 @@ PewterCityText_19431: ; 19431 (6:5431) PewterCityText5: ; 19436 (6:5436) TX_ASM + ld a,$FC + ld [$CD6B],a ld hl, PewterCityText_1945d call PrintText xor a |