Commit Graph

2775 Commits

Author SHA1 Message Date
PokefanMarcel
c2d81fb598
Expand comment on _AfterTrade2Text to mention pokeyellow's changes (#536) 2025-11-06 14:06:33 -05:00
Rangi
e3af20b907 Consistently use ld [hli]/ld [hld], not ldi/ldd 2025-10-05 10:53:31 -04:00
Rangi
628797baff Revise some RAM buffer constants 2025-09-26 16:55:23 -04:00
PokefanMarcel
59da8c8122
Clean up home/copy2.asm (#531)
* Use `SCREEN_WIDTH`, rename loop, and remove obsolete comment in `ClearScreenArea`

* Use `SCREEN_HEIGHT` and `lb` in `CopyScreenTileBufferToVRAM`

* Use `SCREEN_AREA` in `ClearScreen`
2025-09-10 15:48:30 -04:00
PokefanMarcel
108bf2981d
Use RAMG_SRAM_ENABLE (#530) 2025-09-07 12:46:26 -04:00
PokefanMarcel
b49679165e
Document visual glitch with Pewter City Gym guy (#526) 2025-09-03 12:01:15 -04:00
Vortyne
8da7deb893
Update comment for clarity (#529)
Actually copies from battle struct to party struct to make HP and status changes to a pokemon permanent
2025-09-03 11:59:22 -04:00
Narishma-gb
4d2594cb24
Label and constant cleanup (#528)
* Label cleanup, add some constants instead of raw numbers

* Rename load/save game functions to be more explicit
2025-09-03 11:56:09 -04:00
Rangi42
d98b5e6f02 Document where badge and elevator floor "items" are used 2025-08-28 19:22:16 -04:00
Rangi42
fd5dc11cfd Specify file extensions that make does not generate 2025-08-27 11:49:46 -04:00
Narishma-gb
126c3f3366
Document a bug in PrintBenchGuyText (#523) 2025-08-17 10:00:34 -04:00
Rangi
5e8b835ba3
Use dname macro to automatically pad names with "@" characters (#525) 2025-08-17 09:58:09 -04:00
PokefanMarcel
31fc2e229d
Use <STAT>_UP1_EFFECT constants (#522) 2025-08-16 08:37:08 -04:00
Rangi42
c51d1b7a1d List end markers (-1 aka $FF) are not part of table data 2025-08-13 15:09:12 -04:00
Rangi42
263a35a3fb Say how many bytes the assertion macros expected vs got 2025-08-13 13:03:45 -04:00
Rangi42
1eb6f61d62 Identify JOYP_SGB_MLT_REQ constant 2025-08-11 16:35:07 -04:00
Rangi42
bdbc8cbd48 Update hardware.inc to 5.3.0 and use its JOYP_SGB_* constants 2025-08-11 15:43:27 -04:00
Rangi42
6f8ee8ab3c Try to catch missing commas in tmhm learnsets 2025-08-03 21:05:52 -04:00
Rangi42
fd86bcaa06 Update hardware.inc to 5.2.0 2025-07-22 09:04:52 -04:00
kagnusdev
e2f7c5cb73
Use hardware constants for tile attributes in VermilionDockOAMBlock (#516) 2025-07-11 17:36:45 -04:00
kagnusdev
4eaccc4a7a
Use less generic labels for party finding loops (#514) 2025-07-07 18:59:17 -04:00
Rangi
d6e9f53825
Require RGBDS 0.9.3 for its DMG palette specs (#513) 2025-07-02 19:17:19 -05:00
Rangi42
3f4b3ee96f Check limits for warp, bg, and object events 2025-07-02 18:32:31 -04:00
Rangi42
aa85c0046d Define MAX_WARP_EVENTS 2025-07-02 17:25:03 -04:00
Rangi42
1e997474be Use more audio constants 2025-06-30 13:45:24 -04:00
Rangi42
78e44a8fb1 Use combined hardware constants 2025-06-30 13:45:24 -04:00
Rangi
56c405de09
Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
Rangi42
fcb61ae0e4 Distinguish single trainer pics section from Pokemon pics 2025-06-25 23:59:47 -04:00
Rangi42
5e5a498cc6 Fishing graphics make more sense horizontally 2025-06-25 11:27:38 -04:00
Rangi42
663b0612a7 Simplify li macro 2025-06-11 15:44:17 -04:00
Rangi42
0520dce9fb Add .rgbds-version file for rgbenv compatibility 2025-06-07 18:15:16 -04:00
dannye
fd043a66c2 Fix typos 2025-06-03 23:48:35 -05:00
Rangi
b4bae4a5d5
Add a CANNOT_MOVE constant (#508) 2025-05-31 15:08:23 -04:00
Rangi
617a729b0f
Use features new to RGBDS 0.9.2 (#506) 2025-05-10 12:47:40 -04:00
Vortyne
d7de1595c0
Fix sprite data comment (#507)
Reduces confusion if someone edits this file since the wrong byte was commented
2025-05-09 18:47:29 -04:00
Rangi42
d47f74ee1f Rename Green1/2/3 to Rival1/2/3 for consistency 2025-04-20 10:39:32 -04:00
Narishma-gb
0ecc36c83a
Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
SatoMew
cf73d6ee0f
Further improve NPC trade labels and comments (#493) 2025-04-08 22:17:12 -05:00
edave64
e1b7b8af0a
Use constants for PP masks instead of magic numbers (#504) 2025-04-02 10:49:15 -04:00
Rangi42
18df084f92 Remove GSC-only Stadium data handling from make_patch.c 2025-03-11 11:30:03 -04:00
Rangi
cfbd67a9f5
Support < and > prefixes for high and low bytes in VC patch templates (#502) 2025-03-08 11:23:33 -05:00
Narishma-gb
ca7b62fec3
Correct vc_patch length (#499) 2025-03-08 11:19:17 -05:00
Rangi
147914d179
Use constants for trade text indexes (#501) 2025-03-08 11:16:42 -05:00
mid-kid
9383d36fe5 Use "command -v" instead of "which"
The "which" command has been deprecated in debianutils, and while other
distributions still ship it, "command -v" is in POSIX and implemented
without external packages.
2025-03-07 17:25:38 +01:00
mid-kid
a8e65bfda5 Fix termux instructions to not use "sudo" 2025-03-07 16:17:50 +01:00
Rangi
b460637b81
Avoid using EQUS when EQU or MACRO will do (#496) 2025-02-27 13:07:17 -05:00
Rangi42
f0bf1dfeae Fix hardcoded address in Blue VC patch 2025-02-04 08:29:14 +01:00
Narishma-gb
43f21cc494
Fix some label typos, and add some constants instead of raw numbers (#492) 2025-01-30 17:26:55 -05:00
SatoMew
79518a602e
Consistently refer to CGB, not GBC (#491) 2025-01-30 17:13:40 -05:00
Rangi
ec37f6117d
Consistently capitalize ASSERT directives (#489) 2025-01-28 23:31:27 -05:00