summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_player.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-08 15:05:14 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-08 15:05:14 -0500
commit3d63a54587795a7a237de6f749b69e8518a57c10 (patch)
treef0832330c917d91407487fda49e552729e346868 /include/d/actor/d_a_player.h
parentb18a1e448ae63c5a77f43cf0357dffb9a8e054bf (diff)
Player inlines and enums
Diffstat (limited to 'include/d/actor/d_a_player.h')
-rw-r--r--include/d/actor/d_a_player.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/d/actor/d_a_player.h b/include/d/actor/d_a_player.h
index 1a0b3f0e..5ca60987 100644
--- a/include/d/actor/d_a_player.h
+++ b/include/d/actor/d_a_player.h
@@ -39,7 +39,14 @@ public:
class daPy_demo_c {
public:
enum {
- // TODO
+ DEMO_UNK1_e = 0x01,
+ DEMO_UNK14_e = 0x14,
+ DEMO_UNK18_e = 0x18,
+ DEMO_UNK1D_e = 0x1D,
+ DEMO_UNK25_e = 0x25,
+ DEMO_UNK44_e = 0x44,
+ DEMO_UNK48_e = 0x48,
+ DEMO_UNK4A_e = 0x4A,
DEMO_LAST_e = 0x4B,
DEMO_NEW_ANM0_e = 0x200,
};
@@ -387,7 +394,7 @@ public:
}
void cancelOriginalDemo() {
mDemo.setSystemDemoType();
- mDemo.setDemoMode(1);
+ mDemo.setDemoMode(daPy_demo_c::DEMO_UNK1_e);
}
void onNoResetFlg0(daPy_FLG0 flag) { mNoResetFlg0 |= flag; }