mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 05:09:24 -04:00
Split scripts into separate files
This commit is contained in:
+1
-1
@@ -69,6 +69,6 @@ void Carpenter_Head(Entity* this) {
|
||||
}
|
||||
}
|
||||
|
||||
void sub_080672b0(Entity* this, u32 param_2) {
|
||||
void sub_080672B0(Entity* this, u32 param_2) {
|
||||
InitializeAnimation(this, *(u32*)(param_2 + 4) + (this->animationState >> 1) + this->type * 8);
|
||||
}
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ void sub_0806B260(Entity* this, u32 arg1) {
|
||||
|
||||
extern u16 gUnk_08112D50[];
|
||||
|
||||
void sub_0806b2b4(Entity* this) {
|
||||
void sub_0806B2B4(Entity* this) {
|
||||
u32 index;
|
||||
|
||||
if (CheckLocalFlag(0xb3)) {
|
||||
|
||||
Reference in New Issue
Block a user