summaryrefslogtreecommitdiff
path: root/engine/menus
AgeCommit message (Collapse)Author
2021-01-04trying to be consistent with pretHEADmasterklektron
2021-01-03Merge last changes from pretklektron
2021-01-03and it's finally done :Dklektron
2021-01-02fixes here and thereklektron
2020-12-31aaaand more fixesklektron
2020-12-29more changesklektron
2020-12-29refactored pokedex.asmklektron
2020-12-27removed extra lines not used in spanish (naming screen) and fixed text when ↵klektron
earning money
2020-12-24changed all data/text/ files, updated credits, and some minor text changesklektron
2020-11-29Update related tile animation constantsSatoMew
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-11-16finished celadon and changed a few moreklektron
2020-11-15more translations comingklektron
2020-11-14Fix file modesdannye
2020-11-14changed charmap, changed weight and height info, and some dex thingsklektron
2020-11-09finished translating main_menu.asmklektron
2020-11-09changed splash borders, slots gfxs and changed some menu textklektron
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