mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
1 line
186 B
C++
1 line
186 B
C++
: int dSv_info_c::createZone(int param_1) { dSv_zone_c* zone = this->zones; for (int i = 0; i < 0x20; zone++, i++) { if (zone->unk0 < 0) { zone->init(param_1); return i; } } return -1; } |