aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-1/+1
|
* Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-2/+2
|
* Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+12
|
* Merge branch 'master' of https://github.com/pret/pokeyellowRangi2021-11-232-15/+15
|\
| * Label Saffron City hide/show function (#73)UserWest2021-11-052-15/+15
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-237-16/+16
|\ \ | |/ |/|
| * Use ~X instead of $ff ^ XRangi2021-11-231-2/+2
| |
* | Add LIGHT_BALL_GSCdannye2021-10-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-3111-515/+521
|\|
| * Merge pull request #325 from CelestialAmber/masterDaniel Harding2021-05-311-39/+41
| |\ | | | | | | Partially document CeruleanCity.asm
| | * Update CeruleanCity.asmAmber Brault2021-05-311-9/+9
| | |
| | * Partially document CeruleanCity.asmAmber Brault2021-05-311-39/+41
| | |
| * | Merge pull request #323 from KqesaR/masterDaniel Harding2021-05-318-474/+478
| |\ \ | | | | | | | | Clean many labels of scripts of gyms
| | * | Clean many labels of scripts of all gymsYoann Fievez2021-05-318-474/+478
| | |/
| * / More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-311-2/+2
| |/
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-301-7/+7
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-1368-116/+254
|\|
| * The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi2021-04-1369-117/+257
| | | | | | | | (#318)
| * Trim extra newlines from some filesRangi2021-04-081-2/+0
| |
* | Trim extra newlines from some filesRangi2021-04-083-4/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-14248-0/+0
|\|
| * Fix file modesdannye2020-11-14224-0/+0
| |
| * Sync more with pokeyellowRangi2020-11-0613-23/+21
| |
| * Use the constant in all relevant situationsSatoMew2020-09-221-2/+2
| |
| * Identify some hSpriteDataOffset valuesRangi2020-08-302-11/+11
| |
| * Use decimal, not hex, for sprite (object) coordinates in map scriptsRangi2020-08-2813-47/+47
| |
| * Consistent labels for Gym name scriptsRangi2020-07-188-46/+50
| |
| * SONY -> RIVALRangi2020-07-177-8/+8
| |
| * $ec = "▷"Rangi2020-07-161-2/+2
| |
| * Reformat map scripts' coordinate and movement dataRangi2020-07-1657-619/+530
| | | | | | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
| * Revise some map scripts, mostly for getting itemsRangi2020-07-1655-339/+356
| |
| * Define constants for in-game tradesRangi2020-07-168-9/+9
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-153-0/+12
| |
| * Use a 'trainer' macro for trainers in scripts/Rangi2020-07-1469-2644/+391
| |
| * Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵Rangi2020-07-141-93/+1
| | | | | | | | ViridianGym, and to make their data and code more accessible
| * Clean up some data, using macros for multiline list entriesRangi2020-07-148-18/+18
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-27/+21
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-074-16/+16
| |
| * Use HIGH() and LOW()Rangi2020-07-071-2/+2
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-0625-34/+34
| |
| * Use ASCII quotes in commentsRangi2020-07-061-4/+4
| |
| * Use labels for HRAM and VRAMRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-0673-444/+444
| |
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-067-16/+16
| | | | | | | | Fixes #260
| * TM/HM constants named after movesRangi2020-07-0523-25/+25
| |
| * db $f6 == script_cable_club_receptionistRangi2020-07-051-1/+1
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-0528-38/+38
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04213-4500/+4500
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-042-2/+2
| | | | | | | | by rgbds 0.4.0)
| * Replace raw hex values with HRAM constantsRangi2020-07-0324-73/+73
| | | | | | | | To do: turn constants into labels and use ldh