aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PewterCity.asm (follow)
Commit message (Collapse)AuthorAge
* Use macros to enforce "missable/hide/show object" constraints, and rename ↵Rangi2026-01-07
| | | | them to "toggleable objects" (#557)
* Document visual glitch with Pewter City Gym guy (#526)PokefanMarcel2025-09-03
|
* Use combined hardware constantsRangi422025-06-30
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30
|
* Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-18
| | | Also identify `wPPUpCountAndMaxPP`
* Identify various flag labels and bit constants (#454)Sylvie2024-07-16
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13
| | | 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.
* Fix file modesdannye2020-11-14
|
* Use decimal, not hex, for sprite (object) coordinates in map scriptsRangi2020-08-28
|
* Reformat map scripts' coordinate and movement dataRangi2020-07-16
| | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
* Disassemble the BLUEMONS.GB debug ROMRangi2020-07-15
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-06
|
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04
|
* Replace raw hex values with HRAM constantsRangi2020-07-03
| | | | To do: turn constants into labels and use ldh
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-03
|
* Deobfuscate Pewter citydeak311andris2019-10-07
|
* Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-01
Polished Map