diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-08 12:51:33 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-08 12:51:33 -0400 |
commit | 3ce276892c1b97ae893d319125b13fed936d14f2 (patch) | |
tree | efa82c8ff2c1c12e78911b1e84a9cf08714ad9c9 | |
parent | 82edc61dda97a17f95b884c385544deae8506af5 (diff) |
Trim extra newlines from some files
-rw-r--r-- | audio/wave_instruments.asm | 1 | ||||
-rw-r--r-- | engine/pokemon/bills_pc.asm | 1 | ||||
-rw-r--r-- | home/audio.asm | 1 | ||||
-rw-r--r-- | macros/scripts/events.asm | 1 | ||||
-rw-r--r-- | scripts/PewterGym.asm | 1 | ||||
-rw-r--r-- | scripts/RedsHouse1F2.asm | 1 | ||||
-rw-r--r-- | scripts/Route5Gate.asm | 2 |
7 files changed, 0 insertions, 8 deletions
diff --git a/audio/wave_instruments.asm b/audio/wave_instruments.asm index 911ce873..89536a35 100644 --- a/audio/wave_instruments.asm +++ b/audio/wave_instruments.asm @@ -30,4 +30,3 @@ ; duty 5 reads from sfx data .wave5 - diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index cc7864f2..42d4fb07 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -590,4 +590,3 @@ JustAMomentText:: OpenBillsPCText:: script_bills_pc - diff --git a/home/audio.asm b/home/audio.asm index aa48985d..41fb503a 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -295,4 +295,3 @@ DetermineAudioFunction:: pop af call BankswitchCommon ret - diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 72420091..afa9783d 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -529,4 +529,3 @@ AdjustEventBit: MACRO add ((\1) % 8) - (\2) ENDC ENDM - diff --git a/scripts/PewterGym.asm b/scripts/PewterGym.asm index c8dac1eb..9aedf963 100644 --- a/scripts/PewterGym.asm +++ b/scripts/PewterGym.asm @@ -230,4 +230,3 @@ PewterGymText_5c529: PewterGymText_5c41c: text_far _PewterGymGuyText text_end - diff --git a/scripts/RedsHouse1F2.asm b/scripts/RedsHouse1F2.asm index e1b2145b..fc4a5cdb 100644 --- a/scripts/RedsHouse1F2.asm +++ b/scripts/RedsHouse1F2.asm @@ -55,4 +55,3 @@ StandByMeText: TVWrongSideText: text_far _TVWrongSideText text_end - diff --git a/scripts/Route5Gate.asm b/scripts/Route5Gate.asm index e155694a..72efbd9e 100644 --- a/scripts/Route5Gate.asm +++ b/scripts/Route5Gate.asm @@ -113,5 +113,3 @@ Route5GateText3: SaffronGateText_1dff6: text_far _SaffronGateText_1dff6 text_end - - |