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:
Yanis
2026-06-17 22:34:56 +02:00
committed by GitHub
parent 453db24d41
commit 8490ce55c3
525 changed files with 2005 additions and 2005 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ public:
/* 10 */ virtual void vfunc_10(unk8 *param1) override;
};
class FileSelectManager : public GameModeManagerBase { // 0x02262dbc
class FileSelectManager : public GameModeManagerBase { // 0x02262DBC
public:
/* 000 (base) */
/* 154 */ GameModeManagerBase_104 *mUnk_154;
+1 -1
View File
@@ -58,7 +58,7 @@ public:
void func_0201e874(unk32 buttonID, void *param2, void *param3, unk32 param4);
};
// defines the mic test screen (0x022e9b84)
// defines the mic test screen (0x022E9B84)
class FileSelectMicTest : public GameModeManagerBase_104 {
public:
/* 000 (base) */