FortuneStreetModding / csmm-qt

Custom Street Map Manager cross-platform port
GNU General Public License v3.0
4 stars 0 forks source link

[Feature Request] Support up to 12 districts in a board #15

Open Deflaktor opened 2 years ago

Deflaktor commented 2 years ago

The game is able to handle 12 districts but cannot display the 12th display in the game standings screen.

MysticMismagius commented 2 years ago

No District Support feature request is complete without the idea of supporting up to 16 districts on a board

12 is such a weird and arbitrary number to stop on

ZaSpai commented 2 years ago

Of note, Curse House from GK / IS3 exceeds the current district cap (it has 14). Was the main root of this issue a lack of table space in the main.dol?

MysticMismagius commented 2 years ago

Yes, there is a table for districts.

ZaSpai commented 2 years ago

Probably better answered by Def or someone else better versed in the Ghidra repo, but other than the stock table, where else is information on each district located, and what data is adjacent that causes explosions if we attempted to expand districts beyond the the 12 (actually 11) limit?

I guess we'd have to figure out what our solution to the Individual Standing page only showing 11 rows of districts is as well since the text display issues may also tie into the district name issue (though for the vertical axis)...