diff options
author | Thomas Winwood <twwinwood@gmail.com> | 2018-06-23 19:06:06 +0100 |
---|---|---|
committer | Thomas Winwood <twwinwood@gmail.com> | 2018-06-23 19:08:08 +0100 |
commit | 5bce0fec056737c1a562cc2be738a868e02117ba (patch) | |
tree | b5d1390871551d92f6ef189c34dd7a264f654cc6 | |
parent | 9542764ca1ba1a698a7fcb5e2efe7f975eeaba3f (diff) |
Remove clothing from sub_80DE114
-rwxr-xr-x | src/battle/anim/ghost.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/battle/anim/ghost.c b/src/battle/anim/ghost.c index c83f5f444..98710c679 100755 --- a/src/battle/anim/ghost.c +++ b/src/battle/anim/ghost.c @@ -436,9 +436,7 @@ void sub_80DE0FC(struct Sprite *sprite) { sprite->callback = &sub_80DE114; } -#ifdef NONMATCHING /* I couldn't do this one. */ -void sub_80DE114(struct Sprite *sprite) {} -#else +/* NONMATCHING */ NAKED void sub_80DE114(struct Sprite *sprite) { asm_unified("\tpush {r4-r6,lr}\n" @@ -527,7 +525,6 @@ void sub_80DE114(struct Sprite *sprite) { "\tpop {r0}\n" "\tbx r0\n"); } -#endif void sub_80DE1B0(u8 taskId) { struct Task *task; |