aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/HallOfFame.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-071-2/+2
| | | | them to "toggleable objects" (#557)
* Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
| | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* Use combined hardware constantsRangi422025-06-301-2/+2
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-3/+3
|
* Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
|
* Miscellaneous cleanup (#488)Rangi2025-01-281-1/+1
| | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-1/+1
| | | Also identify `wPPUpCountAndMaxPP`
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-3/+4
|
* Fix HallOfFake typodannye2023-11-191-2/+2
|
* Identify more map script labelsRangi422023-11-181-3/+3
|
* Thoroughly document debug code (#410)SatoMew2023-07-151-1/+1
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-18/+20
| | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* Distinguish Elite 4 "meta" constants from event constantsRangi2022-09-151-1/+1
| | | | Fixes #390
* Fix file modesdannye2020-11-141-0/+0
|
* Reformat map scripts' coordinate and movement dataRangi2020-07-161-2/+2
| | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-1/+1
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-3/+3
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-2/+2
|
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-1/+1
|
* Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew2019-04-081-1/+1
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-0/+109
Polished Map