diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-05-13 00:54:00 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-05-13 01:16:24 +0200 |
| commit | f2c69d0b7c5b51b38cf9a3c08d6dd7d85e23226d (patch) | |
| tree | 26cc2a817719de0d0a4de123ecd0b703a5fa3368 /src/enemy/wallMaster2.c | |
| parent | cf4cfc9b6cf52c25c2f4e188f73c70b19fd528ba (diff) | |
Unify nonmatching namings
Diffstat (limited to 'src/enemy/wallMaster2.c')
| -rw-r--r-- | src/enemy/wallMaster2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/enemy/wallMaster2.c b/src/enemy/wallMaster2.c index f6d32479..7c488c30 100644 --- a/src/enemy/wallMaster2.c +++ b/src/enemy/wallMaster2.c @@ -160,10 +160,7 @@ void sub_0802CF64(Entity* this) { sub_0802CF8C(this); } -NAKED -void sub_0802CF8C(Entity* this) { - asm(".include \"asm/non_matching/wallMaster2/sub_0802CF8C.inc\""); -} +ASM_FUNC("asm/non_matching/wallMaster2/sub_0802CF8C.inc", void sub_0802CF8C(Entity* this)) void sub_0802CFD8(Entity* this) { u32 unk = gUnk_080CD740[(this->field_0x7a.HALF.LO++ >> 3) & 7]; |
