kankyo mostly done (#2269)

* work on kankyo

* some more kankyo work

* kankyo almost done

* kankyo mostly done

* first cleanup pass

* some more renaming

* rename a bunch of kankyo vars

* fix regression
This commit is contained in:
TakaRikka
2024-12-24 06:52:12 -08:00
committed by GitHub
parent d874f05f44
commit ad2badcd29
83 changed files with 5300 additions and 3384 deletions
+2 -2
View File
@@ -1118,13 +1118,13 @@ int dDemo_c::update() {
dScnKy_env_light_c* env_light = &g_env_light;
if (dComIfGs_staffroll_next_go_check() > 10) {
env_light->field_0x130c = 0;
env_light->staffroll_next_timer = 0;
m_mode = 2;
} else {
if (dComIfGs_staffroll_next_go_check() == 1) {
mDoGph_gInf_c::fadeOut(0.1f, g_blackColor);
}
env_light->field_0x130c++;
env_light->staffroll_next_timer++;
}
}