mirror of
https://github.com/zeldaret/st
synced 2026-08-09 02:47:16 -04:00
Decompile 031_Land/Actor/ActorRupee.cpp (#3)
* delink ActorRupee and match few functions * add missing functions, mangle names and match func_ov031_020e9d54 * random stuff (literally) * decomp more of ActorRupee * rng stuff (thanks to aetias) * decomp more of ActorRupee (36%) * sync symbols * format * random: fixed wrong function call in configure.py * decomp more of ActorRupee (51%) * add actor ids and move them to their own header + small docs on actor class * format * improvements and small progress * progress * progress * sync eur with jp * fix build issues * missed a file
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
unk32 func_ov000_020a86a4();
|
||||
u32 func_ov000_020a86d0(ItemFlag itemFlag);
|
||||
u8 func_ov000_020a8728();
|
||||
void func_ov000_020a8768(unk32 param1, unk32 param2, unk32 param3);
|
||||
u8 func_ov000_020a8748();
|
||||
void func_ov000_020a87c8(s32 amount);
|
||||
void func_ov000_020a87ec(s32 amount);
|
||||
|
||||
Reference in New Issue
Block a user