Skip to content

Commit 49a3ddc

Browse files
committed
initial work
1 parent ce89533 commit 49a3ddc

25 files changed

+220
-187
lines changed

src/d/actor/d_a_b_ds.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,8 @@ void daB_DS_c::executeOpeningDemo() {
16551655

16561656
if (mpMorf->checkFrame(670.0f)) {
16571657
dCam_getBody()->StartBlure(40, this, 0.8f, 1.2f);
1658+
/* {Tag - 7 bytes | Group FF | Name: size - pct = 82}Twilit Fossil
1659+
{Tag - 7 bytes | Group FF | Name: size - pct = 100}\nSTALLORD{Tag - 7 bytes | Group 00 | Name: autobox - frame_count = 90} */
16581660
fopMsgM_messageSetDemo(0x482);
16591661
dComIfGp_getVibration().StartQuake(4, 0x1f, cXyz(0.0f, 1.0f, 0.0f));
16601662
pla->changeDemoMode(34, 0, 0, 0);

src/d/actor/d_a_b_gm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,8 @@ static void demo_camera(b_gm_class* i_this) {
11201120
cLib_addCalc2(&i_this->field_0x1cdc, 1.0f, 1.0f, 0.05f);
11211121

11221122
if (i_this->mDemoModeTimer == 280) {
1123+
/* {Tag - 7 bytes | Group FF | Name: size - pct = 82}Twilit Arachnid
1124+
{Tag - 7 bytes | Group FF | Name: size - pct = 100}\nARMOGOHMA{Tag - 7 bytes | Group 00 | Name: autobox - frame_count = 90} */
11231125
fopMsgM_messageSetDemo(0x484);
11241126
}
11251127

src/d/actor/d_a_b_gnd.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,7 +3237,9 @@ static void demo_camera(b_gnd_class* i_this) {
32373237
}
32383238

32393239
if (i_this->mDemoCamTimer == 320) {
3240-
fopMsgM_messageSetDemo(1159); // Dark Lord GANONDORF
3240+
/* {Tag - 7 bytes | Group FF | Name: size - pct = 82}Dark Lord
3241+
{Tag - 7 bytes | Group FF | Name: size - pct = 100}\nGANONDORF{Tag - 7 bytes | Group 00 | Name: autobox - frame_count = 90} */
3242+
fopMsgM_messageSetDemo(0x487);
32413243
}
32423244

32433245
if (i_this->mAnmID == B_GND_BCK_EGND_KAMAE && i_this->mpModelMorf->isStop()) {

src/d/actor/d_a_b_mgn.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,6 +2671,8 @@ void daB_MGN_c::executeOpening() {
26712671

26722672
cLib_addCalcPos2(&mDemoCamCenter, work, 0.5f, 100.0f);
26732673
if (mpMgnModelMorf->checkFrame(nREG_F(0) + 365.0f)) {
2674+
/* {Tag - 7 bytes | Group FF | Name: size - pct = 82}Dark Beast
2675+
{Tag - 7 bytes | Group FF | Name: size - pct = 100}\nGANON{Tag - 7 bytes | Group 00 | Name: autobox - frame_count = 90} */
26742676
fopMsgM_messageSetDemo(0x491);
26752677
}
26762678

src/d/actor/d_a_balloon_2D.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ int daBalloon2D_c::createHeap() {
210210
for (int i = 0; i < 2; i++) {
211211
combos[i]->setString(32, "");
212212
scores[i]->setString(32, "");
213-
dMeter2Info_getStringKanji(0x53f, combos[i]->getStringPtr(), 0);
214-
dMeter2Info_getStringKanji(0x53e, scores[i]->getStringPtr(), 0);
213+
dMeter2Info_getStringKanji(0x53f, combos[i]->getStringPtr(), 0); // COMBO
214+
dMeter2Info_getStringKanji(0x53e, scores[i]->getStringPtr(), 0); // SCORE
215215
combos[i]->setFont(mDoExt_getMesgFont());
216216
scores[i]->setFont(mDoExt_getMesgFont());
217217
}

src/d/actor/d_a_mg_rod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4297,7 +4297,7 @@ static void uki_main(dmg_rod_class* i_this) {
42974297
}
42984298

42994299
Z2GetAudioMgr()->seStart(Z2SE_AL_FISHING_HIT, NULL, 0, 0, 1.0f, 1.0f, -1.0f, -1.0f, 0);
4300-
dMeter2Info_setMeterString(0x4C7);
4300+
dMeter2Info_setMeterString(0x4C7); // "FISH ON!"
43014301
Z2GetAudioMgr()->changeFishingBgm(2);
43024302

43034303
i_this->timers[3] = 20;

src/d/actor/d_a_npc_wrestler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ bool daNpcWrestler_c::sumouReady(void* param_1) {
22522252

22532253
case 4:
22542254
if (field_0xe80++ > field_0xbd8->ready_appearance_time) {
2255-
dMeter2Info_setMeterString(0x515);
2255+
dMeter2Info_setMeterString(0x515); // READY?
22562256
Z2GetAudioMgr()->seStart(Z2SE_SY_SUMO_READY, NULL, 0, 0, 1.0f, 1.0f, -1.0f, -1.0f, 0);
22572257
field_0xe80 = 0;
22582258
field_0xe84++;
@@ -2261,7 +2261,7 @@ bool daNpcWrestler_c::sumouReady(void* param_1) {
22612261

22622262
case 5:
22632263
if (field_0xe80++ > field_0xbd8->fight_appearance_time) {
2264-
dMeter2Info_setMeterString(0x516);
2264+
dMeter2Info_setMeterString(0x516); // FIGHT!
22652265
Z2GetAudioMgr()->seStart(Z2SE_SY_SUMO_START, NULL, 0, 0, 1.0f, 1.0f, -1.0f, -1.0f, 0);
22662266
Z2GetAudioMgr()->changeSubBgmStatus(1);
22672267
dComIfGp_setDoStatus(21, 0);

src/d/actor/d_a_npc_ykm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,10 +3481,10 @@ BOOL daNpc_ykM_c::race(void* param_1) {
34813481
if (dComIfG_getTimerPtr()->isStart()) {
34823482
if (field_0x157c != 0) {
34833483
mDoAud_subBgmStart(Z2BGM_SNOWBOARD_LOSE);
3484-
dMeter2Info_setMeterString(0x539);
3484+
dMeter2Info_setMeterString(0x539); // YOU LOSE!
34853485
} else {
34863486
mDoAud_subBgmStart(Z2BGM_SNOWBOARD_WIN);
3487-
dMeter2Info_setMeterString(0x538);
3487+
dMeter2Info_setMeterString(0x538); // YOU WIN!
34883488
}
34893489

34903490
dComIfG_TimerEnd(5, -1);

src/d/actor/d_a_npc_ykw.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,10 +2755,10 @@ int daNpc_ykW_c::race(void* param_0) {
27552755
if (dComIfG_getTimerPtr()->isStart()) {
27562756
if (field_0x106b != 0) {
27572757
mDoAud_subBgmStart(0x1000099);
2758-
dMeter2Info_setMeterString(0x539);
2758+
dMeter2Info_setMeterString(0x539); // YOU LOSE!
27592759
} else {
27602760
mDoAud_subBgmStart(0x1000098);
2761-
dMeter2Info_setMeterString(0x538);
2761+
dMeter2Info_setMeterString(0x538); // YOU WIN!
27622762
}
27632763
dComIfG_TimerEnd(5, -1);
27642764
if ((dComIfG_getTimerNowTimeMs() < dComIfGs_getRaceGameTime()) ||

src/d/actor/d_a_title.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void daTitle_c::loadWait_proc() {
192192
for (int i = 0; i < 7; i++) {
193193
text[i]->setFont(mpFont);
194194
text[i]->setString(0x80, "");
195-
fopMsgM_messageGet(text[i]->getStringPtr(), 100);
195+
fopMsgM_messageGet(text[i]->getStringPtr(), 100); // PRESS START
196196
}
197197

198198
field_0x600 = new CPaneMgrAlpha(mTitle.Scr, 'n_all', 2, NULL);

0 commit comments

Comments
 (0)