summaryrefslogtreecommitdiff
path: root/engine/menus
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth
2021-11-05Add some constants for options (#344)Yoann Fievez
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05Refactorize check button pressed (#340)Yoann Fievez
2021-08-28wcf4b -> wStringBufferRangi
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
Fixes #319
2021-02-13Identify hUILayoutFlagsRangi
2020-11-29Update related tile animation constantsSatoMew
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-11-14Fix file modesdannye
2020-11-04Port some formatting from pokeyellowRangi
2020-07-20Add comments associating constants with data, and identify some more dataRangi
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi
2020-07-16$c9 was "の" in JapaneseRangi
2020-07-16$ec = "▷"Rangi
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Fixes #260
2020-07-05TM/HM constants named after movesRangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵Rangi
SET_PAL_DEFAULT
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi
by rgbds 0.4.0)
2020-07-03Replace raw hex values with HRAM constantsRangi
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi