diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
commit | a070bdcb21310c7d17b4fd057852f788fdfd61ca (patch) | |
tree | ca50135e03b11b93e4c20ae2313742fcd728f595 /scripts/pallettown.asm | |
parent | 3af22139a90e9484221344ae6d34d737faa07608 (diff) |
Clean up white space
Diffstat (limited to 'scripts/pallettown.asm')
-rwxr-xr-x | scripts/pallettown.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm index 73f50e3e..0b383110 100755 --- a/scripts/pallettown.asm +++ b/scripts/pallettown.asm @@ -127,7 +127,7 @@ PalletTownScript3: ; 18f12 (6:4f12) ld a, SPRITE_FACING_LEFT .asm_18f01 ld [wSpriteStateData1 + 1 * $10 + 9], a - + ; trigger the next script ld a, 4 ld [W_PALLETTOWNCURSCRIPT], a @@ -188,7 +188,7 @@ PalletTownScript6: ; 18f87 (6:4f87) ld a, 7 ld [W_PALLETTOWNCURSCRIPT], a ret - + PalletTownScript7: ld a, [wNPCMovementScriptPointerTableNum] and a @@ -198,7 +198,7 @@ PalletTownScript7: ld a, 8 ld [W_PALLETTOWNCURSCRIPT], a ret - + PalletTownScript8: CheckEvent EVENT_DAISY_WALKING jr nz, .asm_18f9e |