summaryrefslogtreecommitdiff
path: root/event/poisonstep_pals.asm
AgeCommit message (Collapse)Author
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-15Move more main.asm code into individual filesRemy Oukaour