mirror of
https://github.com/zeldaret/st
synced 2026-07-08 14:26:24 -04:00
Make hex number case more consistent (#83)
* consistent hex in vfunc names * consistent hex in code * Actor_c4 -> Actor_C4, Actor_9c -> Actor_9C
This commit is contained in:
@@ -497,7 +497,7 @@ ARM bool PlayerGet::func_ov110_02186b8c() {
|
||||
#endif
|
||||
|
||||
// https://decomp.me/scratch/ZAW2N
|
||||
ARM void PlayerGet::vfunc_0c(UnkStruct_PlayerGet_vfunc_0c_param1 *param1) {
|
||||
ARM void PlayerGet::vfunc_0C(UnkStruct_PlayerGet_vfunc_0C_param1 *param1) {
|
||||
ItemId itemId;
|
||||
ItemManager *pItemManager;
|
||||
Actor *pActor;
|
||||
|
||||
Reference in New Issue
Block a user