mirror of
https://github.com/zeldaret/st
synced 2026-06-18 15:35:30 -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:
@@ -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;
|
||||
|
||||
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user