I looked and looked through the Window core and I can't find where it draws the tp gauge in the status section of the main menu when tp is active in the database.
Inside the Window_MenuStatus is a drawItemStatus and inside that is drawActorSimpleStatus, but within that is only mp, tp, name etc but no tp gauge being drawn. My goal here is to be able to disable the tp & mp gauge according to a note tag in the database but I can't do this without finding where the Tp gauge is drawn for the status menu.
It would be great if someone could point me to the function that is drawing the Tp gauge when TP is enabled.
Inside the Window_MenuStatus is a drawItemStatus and inside that is drawActorSimpleStatus, but within that is only mp, tp, name etc but no tp gauge being drawn. My goal here is to be able to disable the tp & mp gauge according to a note tag in the database but I can't do this without finding where the Tp gauge is drawn for the status menu.
It would be great if someone could point me to the function that is drawing the Tp gauge when TP is enabled.