mirror of
https://github.com/zeldaret/tmc
synced 2026-05-29 16:45:06 -04:00
cleaner decomp for sub_0809B7C0
This commit is contained in:
@@ -38,7 +38,8 @@ void sub_0809B7A0(Entity* this) {
|
||||
}
|
||||
|
||||
void sub_0809B7C0(Entity* this) {
|
||||
if (GetTileTypeByEntity(this) - 0x4061 > 1) {
|
||||
u32 tileType = GetTileTypeByEntity(this);
|
||||
if (tileType != 0x4061 && tileType != 0x4062) {
|
||||
sub_0809B7DC(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user