TekkaGB / AemulusModManager

GNU General Public License v3.0
82 stars 21 forks source link

Fix tblpatch sections not working for P5R Switch #73

Closed AnimatedSwine37 closed 1 year ago

AnimatedSwine37 commented 1 year ago

Tblpatches were essentially unusable for P5R switch because the sections weren't identified causing everything to be in one section. This made UNIT.TBL completely unusable as the length of its one "section" was bigger than an int and for the others it meant you had to always use a section id of 0. Now it works :)