mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 09:52:51 -04:00
Names in KinstoneWorldEvent struct
This commit is contained in:
@@ -206,7 +206,7 @@ void sub_080A68D4(void) {
|
||||
|
||||
for (i = 10; i <= 100; i++) {
|
||||
if (CheckKinstoneFused(i) && !CheckFusionMapMarkerDisabled(i)) {
|
||||
uVar4 = gKinstoneWorldEvents[i].unk7;
|
||||
uVar4 = gKinstoneWorldEvents[i].mapMarkerIcon;
|
||||
ptr = &gWorldEvents[gKinstoneWorldEvents[i].worldEventId];
|
||||
sub_080A698C(ptr->_c, ptr->_e, DRAW_DIRECT_SPRITE_INDEX, uVar4 + 100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user