summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-14 23:02:07 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-14 23:02:07 -0400
commitd8f4d3da44d52ac56d93a41edb24cf0a803f5c67 (patch)
tree4b71bd153fc450abe8a7385c89514fb2dec0c081 /src
parent3d4c2f73cb19ef1f5215600c15272dd4d54c4fc0 (diff)
Remove unnecessary macros
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/daycare.c2
-rwxr-xr-x[-rw-r--r--]src/field_effect.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/daycare.c b/src/daycare.c
index 5bcbff6af..381450a0b 100644..100755
--- a/src/daycare.c
+++ b/src/daycare.c
@@ -35,7 +35,6 @@ u8 Daycare_CountPokemon(struct BoxPokemon *daycare_data)
return count;
}
-#ifndef ASDF
void sub_8041324(struct BoxPokemon * box_pokemon, struct RecordMixing_UnknownStruct * void_pointer)
{
u8 i;
@@ -60,7 +59,6 @@ void sub_8041324(struct BoxPokemon * box_pokemon, struct RecordMixing_UnknownStr
}
void_pointer->unk70 = specCount;
}
-#endif
s8 Daycare_FindEmptySpot(struct BoxPokemon * daycare_data)
{
diff --git a/src/field_effect.c b/src/field_effect.c
index 8728155e1..2bf9b3dc9 100644..100755
--- a/src/field_effect.c
+++ b/src/field_effect.c
@@ -674,7 +674,6 @@ void FreeResourcesAndDestroySprite(struct Sprite *sprite)
DestroySprite(sprite);
}
-#undef NONMATCHING
#ifdef NONMATCHING
void MultiplyInvertedPaletteRGBComponents(u16 i, u8 r, u8 g, u8 b)
{