npc_gnd finished, movie_player almost done (#2818)

* movie_player mostly done

* d_a_npc_gnd done

* fix fshop debug match
This commit is contained in:
TakaRikka
2025-11-18 01:34:34 -08:00
committed by GitHub
parent 317d362c95
commit b3a3287475
11 changed files with 2019 additions and 1795 deletions
+2 -2
View File
@@ -1857,8 +1857,8 @@ static void demo_camera_shop(npc_henna_class* i_this) {
i_this->field_0x7b9 = 1;
for (s32 i = 0; i < 100; i++) {
koro = &fshop->field_0x4008->mKoro2[i];
if ((koro->field_0x34 >= 2 && koro->field_0x34 <= 5) ||
(koro->field_0x34 >= 8 && koro->field_0x34 <= 11))
if ((koro->part_id >= 2 && koro->part_id <= 5) ||
(koro->part_id >= 8 && koro->part_id <= 11))
{
fshop->field_0x4008->mKoro2[i].field_0x60 = 1;
}