summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth
2021-11-23Merge branch 'master' of https://github.com/pret/pokeyellowRangi
2021-11-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-11-05Label Saffron City hide/show function (#73)UserWest
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-10-15Add LIGHT_BALL_GSCdannye
2021-05-31Merge branch 'master' of https://github.com/pret/pokereddannye
2021-05-31Merge pull request #325 from CelestialAmber/masterDaniel Harding
Partially document CeruleanCity.asm
2021-05-31Merge pull request #323 from KqesaR/masterDaniel Harding
Clean many labels of scripts of gyms
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2021-05-31Update CeruleanCity.asmAmber Brault
2021-05-31Clean many labels of scripts of all gymsYoann Fievez
2021-05-31Partially document CeruleanCity.asmAmber Brault
2021-05-30Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-04-13Merge branch 'master' of https://github.com/pret/pokereddannye
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi
(#318)
2021-04-08Trim extra newlines from some filesRangi
2021-04-08Trim extra newlines from some filesRangi
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