aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-207-40/+40
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20256-9684/+9962
|\|
| * Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2023-11-192-4/+4
| |
| * Fix incorrect fallthrough commentdannye2023-11-191-1/+1
| |
| * Fix inconsistent object const namesdannye2023-11-193-9/+9
| |
| * Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-199-104/+104
| | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
| * Fix HallOfFake typodannye2023-11-191-2/+2
| |
| * Fix Celedon typodannye2023-11-191-4/+4
| |
| * Identify more map script labelsRangi422023-11-1815-86/+85
| |
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-172-4/+4
| | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
| * Missing usage of def_script_pointers (#423)Vortyne2023-08-261-0/+1
| |
| * Thoroughly document debug code (#410)SatoMew2023-07-151-1/+1
| |
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13223-8551/+8852
| | | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-09-192-2/+2
|\|
| * Distinguish Elite 4 "meta" constants from event constantsRangi2022-09-152-2/+2
| | | | | | | | Fixes #390
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-127-8/+8
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-1/+1
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-1/+1
| |
* | 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
| |