summaryrefslogtreecommitdiff
path: root/include/dungeon_action.h
AgeCommit message (Collapse)Author
2022-03-10Decomped ResetAction()AnonymousRandomPerson
2022-03-10Removed function address comments in favor of .map fileAnonymousRandomPerson
2022-01-13Decomped SetWalkAction()AnonymousRandomPerson
2021-12-09AI decomp + type cleanup (#82)Cheng Hann Gan
* Decomped SetAction() * Changed MapTile.tileType to u16 bit field * Decomped FindStraightThrowableTargets() * Cleaned up CannotAttack() * Cleaned up some externs * Converted dungeon action to substruct