aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi1-1/+1
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi1-1/+1
2020-11-29Label and document hFFD7 more accuratelySatoMew4-4/+4
2020-11-14Fix file modesdannye12-0/+0
2020-11-07Use STARTER1 and STARTER2 for the title screenRangi1-2/+2
2020-11-05Sync home and macro code with pokeyellowRangi1-2/+2
2020-10-19Some formatting changesRangi1-6/+2
2020-08-31Define a constant for the ghost Marowak (hard-coded throughout the engine, li...Rangi1-1/+2
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi3-13/+13
2020-07-20Add comments associating constants with data, and identify some more dataRangi1-9/+9
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2-59/+61
2020-07-17Identify remaining tilemap IDsRangi3-14/+9
2020-07-16Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi1-0/+1
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi2-1/+6
2020-07-07Use 'tile' and 'tiles' macrosRangi4-25/+25
2020-07-07Sync coordinate macros with pokecrystalRangi10-73/+73
2020-07-07Use HIGH() and LOW()Rangi3-10/+10
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi5-11/+11
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi11-152/+152
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi1-2/+2
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi2-4/+4
2020-07-05Port credits command constants from pokeyellowRangi1-7/+7
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi6-42/+43
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi1-1/+1
2020-07-03Replace raw hex values with HRAM constantsRangi1-4/+4
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi8-40/+40
2020-07-03Organize macros/ like pokecrystalRangi3-7/+7
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi4-6/+6
2020-07-03Add engine/movie/oak_speech/ subdirectoryRangi4-0/+0
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi13-0/+3385