aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/pick_up_item.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-071-8/+8
| | | | them to "toggleable objects" (#557)
* Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-2/+2
| | | Also identify `wPPUpCountAndMaxPP`
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-4/+4
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-5/+5
|
* Replace raw hex values with HRAM constantsRangi2020-07-031-2/+2
| | | | To do: turn constants into labels and use ldh
* Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+54