pmret / papermario

Decompilation of Paper Mario (2000)
https://papermar.io
1.35k stars 129 forks source link

isBattle refactor #1211

Closed z64a closed 1 month ago

z64a commented 1 month ago

Changed field isBattle from GameStatus from boolean to an enum named "context" with three values properly resolved in all assignments and conditions. Also named most of the AI flags.