aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/missable_objects.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi1-212/+0
them to "toggleable objects" (#557)
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-2/+2
2025-09-03Label and constant cleanup (#528)Narishma-gb1-3/+0
* Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
2022-07-10Identify some `.asm_*` labelsRangi1-2/+2
2020-11-04Start reorganizing pokeyellowRangi1-6/+2
2020-11-04Sync with pokereddannye1-18/+18
2020-08-31Use constants to delineate map types, and factor out more dataRangi1-1/+1
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-8/+8
2020-07-05Update map hide/show data labelsRangi1-7/+7
Fixes #235
2020-07-03Replace raw hex values with HRAM constantsRangi1-1/+1
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-7/+7
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2016-12-31split code out of main.asmYamaArashi1-0/+215
2016-06-11remove address commentsYamaArashi1-7/+7
2016-05-31Champion's room; resolve predefspikalaxalt1-4/+4
2016-05-27Route 23pikalaxalt1-1/+1
2016-03-17Split bank3 up.luckytyphlosion1-0/+212