summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-11-14Merge branch 'master' of https://github.com/pret/pokereddannye
2020-11-14Fix file modesdannye
2020-11-13Add constants for player and rival startersRangi
2020-11-07More debug yellowdannye
only debug menu left
2020-11-06Start disassembling debug yellowdannye
non matching
2020-11-06Identify wSpriteStateData[12] offset usesRangi
2020-11-06Sync more with pokeredRangi
2020-11-06Sync more with pokeyellowRangi
2020-11-04Start reorganizing pokeyellowRangi
2020-11-04Sync with pokereddannye
2020-09-27Add constant for ghost Marowak like pokeredSatoMew
2020-09-22Use the constant in all relevant situationsSatoMew
2020-08-30Identify some hSpriteDataOffset valuesRangi
2020-08-28Use decimal, not hex, for sprite (object) coordinates in map scriptsRangi
2020-07-18Consistent labels for Gym name scriptsRangi
2020-07-17SONY -> RIVALRangi
2020-07-16$ec = "▷"Rangi
2020-07-16Reformat map scripts' coordinate and movement dataRangi
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-16Revise some map scripts, mostly for getting itemsRangi
2020-07-16Define constants for in-game tradesRangi
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-14Use a 'trainer' macro for trainers in scripts/Rangi
2020-07-14Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵Rangi
ViridianGym, and to make their data and code more accessible
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-07Use HIGH() and LOW()Rangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Use ASCII quotes in commentsRangi
2020-07-06Use labels for HRAM and VRAMRangi
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-05db $f6 == script_cable_club_receptionistRangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
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-03Move graphics-only object file sources into gfx/Rangi
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes. It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-06-27Organize gfx/Rangi
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-05-20Sync with pokereddannye
2020-05-05change input hex to constantsMatt
2020-05-05document vermilion gymMatt
2020-05-03Fix Vermilion City spelling on variableCelestialAmber
2020-05-03Port pull request #236 from pokeredCelestialAmber
2020-05-03label npc conditional textMatt
2020-05-03clean up vermilion labelsMatt