mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 21:48:21 -04:00
Decompile the rest of mountainMinish
This commit is contained in:
+2
-2
@@ -541,8 +541,8 @@ bool32 sub_0806FDA0(Entity* this) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 LoadExtraSpriteData(Entity* ent, SpriteLoadData* data) {
|
||||
SpriteLoadData* ptr;
|
||||
u32 LoadExtraSpriteData(Entity* ent, const SpriteLoadData* data) {
|
||||
const SpriteLoadData* ptr;
|
||||
u32 index;
|
||||
struct_gUnk_020000C0_1* ptr2;
|
||||
if (sub_0806FDA0(ent) == 0)
|
||||
|
||||
Reference in New Issue
Block a user