mirror of
https://github.com/zeldaret/tmc
synced 2026-08-31 09:40:41 -04:00
name asm funcs
This commit is contained in:
@@ -25,7 +25,7 @@ void sub_0807037C(Entity* this) {
|
||||
void sub_08070398(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
sub_0806F69C(this);
|
||||
if (sub_08003FC4(this, 0x2000) == 0) {
|
||||
if (GravityUpdate(this, 0x2000) == 0) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ void sub_08019410(Entity* this) {
|
||||
void sub_08019444(Entity* this) {
|
||||
GetNextFrame(this);
|
||||
sub_0806F69C(this);
|
||||
if (sub_08003FC4(this, 0x2000) == 0) {
|
||||
if (GravityUpdate(this, 0x2000) == 0) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user