diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 23:02:07 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 23:02:07 -0400 |
commit | d8f4d3da44d52ac56d93a41edb24cf0a803f5c67 (patch) | |
tree | 4b71bd153fc450abe8a7385c89514fb2dec0c081 /src/daycare.c | |
parent | 3d4c2f73cb19ef1f5215600c15272dd4d54c4fc0 (diff) |
Remove unnecessary macros
Diffstat (limited to 'src/daycare.c')
-rwxr-xr-x[-rw-r--r--] | src/daycare.c | 2 |
1 files changed, 0 insertions, 2 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) { |