summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 17:38:39 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 17:38:39 -0600
commit48ec0941b4ebbe78fe70ef93d205ce52d2de89b2 (patch)
tree5b242c1a1d6a066f516c4df1b2ca5e784c817bbe
parent4fd33b10353c25b2af233a6679b038bdcea8eb2e (diff)
remove empty include lines
-rw-r--r--asm/battle_anim_80CA710.s1
-rw-r--r--asm/battle_anim_81258BC.s1
-rw-r--r--asm/battle_anim_812C144.s1
-rw-r--r--asm/battle_anim_813F0F4.s1
-rw-r--r--asm/cable_car_util.s1
-rw-r--r--asm/contest.s1
-rw-r--r--asm/contest_effect.s1
-rw-r--r--asm/contest_link_80C2020.s1
-rw-r--r--asm/contest_link_80C857C.s1
-rw-r--r--asm/cute_sketch.s1
-rw-r--r--asm/easy_chat.s1
-rw-r--r--asm/libagbsyscall.s1
-rwxr-xr-xasm/pc_screen_effect.s1
-rw-r--r--asm/pokedex_area_screen.s1
-rw-r--r--asm/pokedex_cry_screen.s1
-rw-r--r--asm/pokemon_item_effect.s1
-rw-r--r--asm/pokemon_storage_system.s1
-rw-r--r--asm/pokemon_summary_screen.s1
-rw-r--r--asm/pokenav.s1
-rw-r--r--asm/roulette.s1
-rw-r--r--asm/roulette_util.s1
-rwxr-xr-xasm/unk_text_8095904.s1
22 files changed, 0 insertions, 22 deletions
diff --git a/asm/battle_anim_80CA710.s b/asm/battle_anim_80CA710.s
index 4bfda89ad..17d1a39db 100644
--- a/asm/battle_anim_80CA710.s
+++ b/asm/battle_anim_80CA710.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/battle_anim_81258BC.s b/asm/battle_anim_81258BC.s
index 30807efaf..6705c0fd7 100644
--- a/asm/battle_anim_81258BC.s
+++ b/asm/battle_anim_81258BC.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/battle_anim_812C144.s b/asm/battle_anim_812C144.s
index 59c6fbf47..91033c777 100644
--- a/asm/battle_anim_812C144.s
+++ b/asm/battle_anim_812C144.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/battle_anim_813F0F4.s b/asm/battle_anim_813F0F4.s
index 0019aa7b0..f09d42062 100644
--- a/asm/battle_anim_813F0F4.s
+++ b/asm/battle_anim_813F0F4.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/cable_car_util.s b/asm/cable_car_util.s
index 279ce3091..50ef19dec 100644
--- a/asm/cable_car_util.s
+++ b/asm/cable_car_util.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/contest.s b/asm/contest.s
index f6193eb3b..fc2afd521 100644
--- a/asm/contest.s
+++ b/asm/contest.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/contest_effect.s b/asm/contest_effect.s
index 5eec3852d..4b21b780b 100644
--- a/asm/contest_effect.s
+++ b/asm/contest_effect.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/contest_link_80C2020.s b/asm/contest_link_80C2020.s
index 17454b5f0..2f281593c 100644
--- a/asm/contest_link_80C2020.s
+++ b/asm/contest_link_80C2020.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/contest_link_80C857C.s b/asm/contest_link_80C857C.s
index 69f75eb5a..63280f0f8 100644
--- a/asm/contest_link_80C857C.s
+++ b/asm/contest_link_80C857C.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/cute_sketch.s b/asm/cute_sketch.s
index bfa7eeabc..da5dea0ce 100644
--- a/asm/cute_sketch.s
+++ b/asm/cute_sketch.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/easy_chat.s b/asm/easy_chat.s
index 49d780a93..547ce174e 100644
--- a/asm/easy_chat.s
+++ b/asm/easy_chat.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s
index c874e8a77..de59d4c27 100644
--- a/asm/libagbsyscall.s
+++ b/asm/libagbsyscall.s
@@ -1,5 +1,4 @@
.include "asm/macros.inc"
-
.syntax unified
.text
diff --git a/asm/pc_screen_effect.s b/asm/pc_screen_effect.s
index c9abfdb40..665978d19 100755
--- a/asm/pc_screen_effect.s
+++ b/asm/pc_screen_effect.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokedex_area_screen.s b/asm/pokedex_area_screen.s
index af27982ea..fd5555524 100644
--- a/asm/pokedex_area_screen.s
+++ b/asm/pokedex_area_screen.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokedex_cry_screen.s b/asm/pokedex_cry_screen.s
index 0195da256..5eea28b99 100644
--- a/asm/pokedex_cry_screen.s
+++ b/asm/pokedex_cry_screen.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokemon_item_effect.s b/asm/pokemon_item_effect.s
index f2867657c..822c4c566 100644
--- a/asm/pokemon_item_effect.s
+++ b/asm/pokemon_item_effect.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s
index eaaefbbb0..7670d867d 100644
--- a/asm/pokemon_storage_system.s
+++ b/asm/pokemon_storage_system.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s
index c5ba567d7..588a0ae80 100644
--- a/asm/pokemon_summary_screen.s
+++ b/asm/pokemon_summary_screen.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/pokenav.s b/asm/pokenav.s
index 43fca9d9e..066d16d5d 100644
--- a/asm/pokenav.s
+++ b/asm/pokenav.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/roulette.s b/asm/roulette.s
index 59a42bfed..04b3ac9b8 100644
--- a/asm/roulette.s
+++ b/asm/roulette.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/roulette_util.s b/asm/roulette_util.s
index 80b758b02..5ddaa3a6e 100644
--- a/asm/roulette_util.s
+++ b/asm/roulette_util.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified
diff --git a/asm/unk_text_8095904.s b/asm/unk_text_8095904.s
index 063008d0b..f144eab26 100755
--- a/asm/unk_text_8095904.s
+++ b/asm/unk_text_8095904.s
@@ -1,5 +1,4 @@
.include "constants/gba_constants.inc"
-
.include "asm/macros.inc"
.syntax unified