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;