krogenth / G2DataGUI

A tool for modifying the Anniversary/HD Remaster of Grandia 2.
MIT License
4 stars 5 forks source link

Add generating lookup table of enemy indices #27

Open krogenth opened 1 year ago

krogenth commented 1 year ago

Currently, the Maps section only reads in the byte data that links to the enemy/enemies in the Enemy Group section. Instead, being able to link the indices to the correct enemy(and possibly allow editing these index links) would be beneficial to allow easier comprehension of what enemy is being referenced.

These indices are defined based on the gamemode being played, and are split between boss and enemy(both normal enemies and field bosses).

Tasks: