aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Specify a max item length for `list_start` (#552)Rangi2025-12-1512-23/+38
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-1543-168/+189
* Clarify how the order of map constants matters for the Town Map (#553)Rangi2025-12-152-102/+235
* Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-015-52/+51
* Correct commentRangi2025-12-011-1/+1
* Comment that `farcall` and `callfar` are interchangableRangi2025-12-011-0/+7
* Define player and rival names once, to be used in two places (#545)Rangi2025-12-017-60/+56
* Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-2735-207/+235
* Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-2522-57/+68
* Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-235-44/+16
* Use more hardware and graphics constants (#532)Narishma-gb2025-11-1835-121/+138
* Add `_vc` patch targets to `.PHONY`Rangi2025-11-131-1/+11
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-1261-375/+378
* Use the same tools/make_patch.c as Gen 2Rangi422025-11-121-12/+59
* Expand comment on `_AfterTrade2Text ` to mention pokeyellow's changes (#536)PokefanMarcel2025-11-061-1/+2
* Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd`Rangi2025-10-052-8/+8
* Revise some RAM buffer constantsRangi2025-09-266-20/+20
* Clean up home/copy2.asm (#531)PokefanMarcel2025-09-101-11/+11
* Use RAMG_SRAM_ENABLE (#530)PokefanMarcel2025-09-071-1/+1
* Document visual glitch with Pewter City Gym guy (#526)PokefanMarcel2025-09-031-1/+1
* Update comment for clarity (#529)Vortyne2025-09-031-1/+2
* Label and constant cleanup (#528)Narishma-gb2025-09-0330-214/+221
* Document where badge and elevator floor "items" are usedRangi422025-08-281-1/+2
* Specify file extensions that `make` does not generateRangi422025-08-271-5/+12
* Document a bug in `PrintBenchGuyText` (#523)Narishma-gb2025-08-171-0/+9
* Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-174-202/+219
* Use `<STAT>_UP1_EFFECT` constants (#522)PokefanMarcel2025-08-161-4/+4
* List end markers (-1 aka $FF) are not part of table dataRangi422025-08-132-5/+5
* Say how many bytes the assertion macros expected vs gotRangi422025-08-131-14/+20
* Identify `JOYP_SGB_MLT_REQ` constantRangi422025-08-112-4/+7
* Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constantsRangi422025-08-112-24/+50
* Try to catch missing commas in `tmhm` learnsetsRangi422025-08-031-0/+1
* Update hardware.inc to 5.2.0Rangi422025-07-223-23/+31
* Use hardware constants for tile attributes in VermilionDockOAMBlock (#516)kagnusdev2025-07-111-4/+4
* Use less generic labels for party finding loops (#514)kagnusdev2025-07-071-4/+4
* Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi2025-07-025-19/+19
* Check limits for warp, bg, and object eventsRangi422025-07-023-8/+18
* Define `MAX_WARP_EVENTS`Rangi422025-07-023-2/+7
* Use more audio constantsRangi422025-06-303-33/+33
* Use combined hardware constantsRangi422025-06-3049-86/+86
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-30152-1360/+2253
* Distinguish single trainer pics section from Pokemon picsRangi422025-06-253-3/+3
* Fishing graphics make more sense horizontallyRangi422025-06-253-0/+0
* Simplify `li` macroRangi422025-06-111-1/+1
* Add .rgbds-version file for rgbenv compatibilityRangi422025-06-071-0/+1
* Fix typosdannye2025-06-037-11/+11
* Add a `CANNOT_MOVE` constant (#508)Rangi2025-05-312-3/+8
* Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-104-15/+15
* Fix sprite data comment (#507)Vortyne2025-05-091-2/+2
* Rename `Green1/2/3` to `Rival1/2/3` for consistencyRangi422025-04-201-6/+6