diff options
author | Amber Brault <celestialamber1@gmail.com> | 2019-10-11 11:39:35 -0400 |
---|---|---|
committer | Amber Brault <celestialamber1@gmail.com> | 2019-10-17 12:38:25 -0400 |
commit | 533578e602ad2a9deee5d3c74201c342c9895a7f (patch) | |
tree | ac380ca494da7d326b0f9276072563b4330d0a10 /scripts/pewtercity.asm | |
parent | 41bc3a65c4c3dc8bdb25a19acdce55f05a3895e3 (diff) |
Add deobfuscation from pokered commits
Remove excess linebreaks from surfing_minigame.asm
This commit removes the extra line breaks added accidentally from the last commit.
Add deobfuscation from pokered commits
Diffstat (limited to 'scripts/pewtercity.asm')
-rwxr-xr-x | scripts/pewtercity.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/pewtercity.asm b/scripts/pewtercity.asm index b7271b05..0456bb86 100755 --- a/scripts/pewtercity.asm +++ b/scripts/pewtercity.asm @@ -207,11 +207,11 @@ PewterCityText3: call YesNoChoice ld a, [wCurrentMenuItem] and a - jr nz, .asm_193c9 + jr nz, .playerDidNotGoIntoMuseum ld hl, PewterCityText_193f6 call PrintText - jr .asm_193ee -.asm_193c9 + jr .done +.playerDidNotGoIntoMuseum ld hl, PewterCityText_193fb call PrintText xor a @@ -227,7 +227,7 @@ PewterCityText3: call GetSpritePosition2 ld a, $1 ld [wPewterCityCurScript], a -.asm_193ee +.done jp TextScriptEnd PewterCityText_193f1: @@ -253,14 +253,14 @@ PewterCityText4: call YesNoChoice ld a, [wCurrentMenuItem] cp $0 - jr nz, .asm_1941e + jr nz, .playerDoesNotKnow ld hl, PewterCityText_1942c call PrintText - jr .asm_19424 -.asm_1941e + jr .done +.playerDoesNotKnow ld hl, PewterCityText_19431 call PrintText -.asm_19424 +.done jp TextScriptEnd PewterCityText_19427: |