mirror of
https://github.com/zeldaret/st
synced 2026-09-02 01:43:15 -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;
|
||||
|
||||
Reference in New Issue
Block a user