cleanup event stuff (#2688)

* cleanup event stuff

* fix debug
This commit is contained in:
TakaRikka
2025-09-23 04:20:38 -07:00
committed by GitHub
parent 605f435b13
commit b822d25e2d
20 changed files with 2843 additions and 1715 deletions
+1 -1
View File
@@ -1525,7 +1525,7 @@ void daTbox_c::settingDropDemoCamera() {
stage_camera_class* stage_camera = roomdt->getCamera();
stage_camera2_data_class* stage_camera_data = stage_camera->m_entries;
stage_camera_data += maptooldata->field_0x16;
stage_camera_data += maptooldata->data.maptool.field_0x16;
stage_arrow_class* stage_arrow = roomdt->getArrow();
stage_arrow_data_class* stage_arrow_data = stage_arrow->m_entries;