summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-01-03Merge last changes from pretklektron
2020-12-30mooore fixesklektron
2020-12-29more changesklektron
2020-12-25changed some more namesklektron
2020-11-14Fix file modesdannye
2020-11-06Sync more with pokeyellowRangi
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-05change input hex to constantsMatt
2020-05-05document vermilion gymMatt
2020-05-03label npc conditional textMatt
2020-05-03clean up vermilion labelsMatt
2020-05-03label hardcoded HRAM address, start documenting VermilionMatt
2020-02-05Merge pull request #223 from pret/audio-macrosDaniel Harding
Audio macros
2019-10-07Deobfuscate Pewter citydeak311andris
2019-10-07Deobfuscate Viridian Citydeak311andris
2019-10-07Deobfuscate gyms consistentlydeak311andris
2019-10-03OaksLab deobfuscationdeak311andris
2019-07-27Update audio macro namesdannye
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2019-07-07Merge branch 'master' of https://github.com/pret/pokeredRangi