aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/title.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Label and document hFFD7 more accuratelySatoMew2020-11-291-1/+1
|
* Fix file modesdannye2020-11-141-0/+0
|
* Use STARTER1 and STARTER2 for the title screenRangi2020-11-071-2/+2
|
* Define a constant for the ghost Marowak (hard-coded throughout the engine, ↵Rangi2020-08-311-1/+2
| | | | like the starters)
* Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-0/+5
|
* Use 'tile' and 'tiles' macrosRangi2020-07-071-9/+9
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-6/+6
|
* Use HIGH() and LOW()Rangi2020-07-071-6/+6
|
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-4/+4
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-19/+19
|
* Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-051-1/+1
|
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-1/+1
| | | | by rgbds 0.4.0)
* H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-3/+3
|
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-0/+403
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.