MichailTalReborn
983c33b5c9
Document bug: AI does not discourage Nightmare if the player has any status condition ( #1242 )
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
2026-03-12 11:44:29 -04:00
Rangi
9b69c36897
Fix the GoldenrodUndergroundSwitchRoomEntrances door-switch macros ( #1245 )
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
2026-03-01 18:18:46 -05:00
mid-kid
002b4e84f2
Use separate constants for wChosenCableClubRoom ( #1240 )
...
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
These numbers aren't related to the LINK_ values at all, it's just a
coincidence.
Changing these is an easy way for games to force incompatibility with
the original game.
2026-02-08 13:47:30 -05:00
SnorlaxMonster
2ad9616586
Fix dead/broken URLs ( #1225 )
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
2026-01-24 15:44:26 -05:00
SnorlaxMonster
7c3d2956cd
Consistently use Japanese control codes for Japanese strings ( #1222 )
2026-01-24 15:37:50 -05:00
Rangi
45ef09d2bc
Format OddEggProbabilities more like pokered WildMonEncounterSlotChances
2026-01-17 18:32:22 -05:00
Rangi
042368c6b4
Fix CI for Linux and add CI for macOS ( #1223 )
2026-01-17 16:19:24 -05:00
Rangi
bbd7e68b4c
Use the SPRITE_ANIM_FRAMESET_PARTY_MON_*_FAST constants
2026-01-11 20:10:42 -05:00
Rangi
0d06be1279
Do not compile tools with LTO
...
Some older systems do not support LTO, and it's unnecessary
for these simple single-file tools
2026-01-07 22:10:33 -05:00
abcboy101
619339d589
Consistently use <GA> for $4a in Japanese strings ( #1218 )
2026-01-05 22:47:01 -05:00
Rangi
3c0d2b26a5
Use hardware.inc OAM offset constants for overworld map objects
2026-01-01 17:23:09 -05:00
Rangi
2ca86716e6
Update RGBDS to 1.0.1 (although 1.0.0 still works)
2026-01-01 01:34:31 -05:00
Jordan Moore
2bbb15675d
Replace magic numbers with constants in engine/battle/ai/switch.asm ( #1216 )
2025-12-29 18:48:23 -05:00
Rangi
a718a256f8
Verify that only one of each callback type exists per map
...
CI / build (push) Has been cancelled
Fixes #1213
2025-12-15 15:43:39 -05:00
Rangi
f9ba82248e
Specify a max item length for list_start ( #1210 )
2025-12-15 15:16:41 -05:00
SourApple
e286a5f098
Bug: AI use of Full Heal or Full Restore does not cure Attack or Speed drops from burn or paralysis
...
CI / build (push) Waiting to run
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2025-12-14 16:04:26 -05:00
Rangi
713b829198
Simplify tmhm macro assertion error output
CI / build (push) Has been cancelled
2025-12-01 14:15:24 -05:00
Rangi
73b019c68d
Don't use list_start/assert_list_length for roammon maps,
...
since `li` is not involved
2025-12-01 14:15:21 -05:00
Rangi
a79cbbc975
Comment that farcall and callfar are interchangable ( #1209 )
...
Fixes #1208
2025-12-01 13:57:09 -05:00
Pyrois81
95f3d3c092
Verify and document another bug in the catching formula ( #1203 )
...
CI / build (push) Has been cancelled
Add a fix for a potential failure condition in the catch rate function.
2025-11-18 15:09:04 -05:00
Rangi
cf8ee5424b
Add _vc patch targets to .PHONY
CI / build (push) Has been cancelled
2025-11-13 13:38:17 -05:00
Rangi
a55bc33d67
Use features of RGBDS 1.0.0 ( #1204 )
...
CI / build (push) Waiting to run
- Use single-quoted character literals or `CHARVAL` when you need
a character's numeric value; using strings as numbers is deprecated
- Use `?` to silence a node in warning/error location backtraces
- Use `===` and `!==` instead of `STRCMP`, and `++` instead of `STRCAT`
- Use `__SCOPE__` instead of checking for `..` and `.` separately
- Use `#string` instead of `"{string}"`
- All programs (rgbasm, rgblink, rgbfix, rgbgfx) support `-W` warnings
- `rgbgfx --colors dmg` is short for `rgbgfx --colors dmg=e4`
2025-11-12 15:43:54 -05:00
Rangi
b91ba4fe9b
Don't hard-code the Stadium data handling in tools/make_patch.c ( #1206 )
...
Instead, have a `--ignore addr:size` option that's set in the Makefile
2025-11-12 13:40:58 -05:00
Linus Unnebäck
d138ed1bd4
Make wBargainShopFlags 16 bits ( #1200 )
CI / build (push) Has been cancelled
2025-09-06 16:47:48 -04:00
Rangi42
69b08536f6
Specify file extensions that make does not generate
CI / build (push) Has been cancelled
2025-08-27 11:49:48 -04:00
Rangi
86acbe5b55
Use dname macro to automatically pad names with "@" characters ( #1198 )
CI / build (push) Has been cancelled
2025-08-17 09:48:05 -04:00
Linus Unnebäck
b1f8d423a2
Inline NoSwarmWildmon label ( #1199 )
CI / build (push) Has been cancelled
2025-08-15 16:08:52 -04:00
Rangi42
9e7a4f91dd
Say how many bytes the assertion macros expected vs got
CI / build (push) Has been cancelled
2025-08-13 12:47:30 -04:00
Rangi42
468488e7a5
Identify JOYP_SGB_MLT_REQ constant
CI / build (push) Has been cancelled
2025-08-11 16:38:46 -04:00
Rangi42
fcd13b1298
Update hardware.inc to 5.3.0 and use its new constants
2025-08-11 16:01:32 -04:00
Linus Unnebäck
b0d56dff91
Document time of day bug in RandomUnseenWildMon ( #1196 )
CI / build (push) Has been cancelled
2025-08-03 13:57:07 -04:00
Rangi42
306d1497c1
Update hardware.inc to 5.2.0
CI / build (push) Has been cancelled
2025-07-22 11:57:50 -04:00
Rangi
d9ae564440
Require RGBDS 0.9.3 for its DMG palette specs ( #1193 )
CI / build (push) Has been cancelled
2025-07-02 20:32:00 -04:00
dannye
e1bcd41847
Fix drum_note commands in channel 8 sound effects
CI / build (push) Waiting to run
2025-07-01 23:17:16 -05:00
Rangi42
de396249e1
Use combined joypad masks
CI / build (push) Has been cancelled
2025-06-30 12:47:36 -04:00
Rangi42
5abf8d01fb
Update hardware.inc to 5.1.0
2025-06-30 12:47:36 -04:00
Brianum
8f5a8c5b5b
Identify wCrystalData's content and rename memory locations accordingly ( #1191 )
2025-06-30 11:37:37 -04:00
Rangi42
36fdf1a1fc
Restore macros/legacy.asm, and address some feedback on hardware.inc
CI / build (push) Has been cancelled
2025-06-23 10:43:55 -04:00
Rangi
4c540aa43b
Replace hardware_constants.asm with the community-standard hardware.inc 5.0 ( #1186 )
2025-06-23 09:11:33 -04:00
Brian Saydak
ae7ee67d21
Add some comments to document inputs/outputs of functions in home bank
CI / build (push) Has been cancelled
2025-06-21 20:18:45 +02:00
Brianum
10b4490743
Rename SFX Unknown labels to Faint/Toxic ( #1189 )
CI / build (push) Waiting to run
2025-06-17 09:10:28 -05:00
Rangi42
b39cdd6c97
Simplify li macro
CI / build (push) Has been cancelled
2025-06-11 15:44:49 -04:00
Rangi42
69349b8b3b
Add .rgbds-version file for rgbenv compatibility
2025-06-07 18:12:08 -04:00
Brianum
b8d0c93213
Make town map limits more intuitive ( #1185 )
2025-06-07 13:51:32 -04:00
Brianum
b34b4c3291
Document bug with Mania's Shuckie ( #1187 )
2025-06-06 10:59:47 -04:00
Rangi
efceed1338
Use offsets from ANIM_* constants for wBattleAfterAnim (formerly wNumHits) ( #1184 )
2025-05-31 15:07:56 -04:00
Rangi
b035d9fb89
Define constants for wBillsPCPokemonList entries ( #1183 )
2025-05-31 15:07:44 -04:00
Rangi
fd2af282b6
Add a CANNOT_MOVE constant ( #1182 )
2025-05-31 15:07:34 -04:00
Hannabart Pekopon
34aae0d20f
Added bug fix for: "Cautious" AI may fail to discourage residual moves ( #1178 )
2025-05-31 15:07:23 -04:00
Rangi
a15a2970a1
Use features new to RGBDS 0.9.2 ( #1180 )
CI / build (push) Has been cancelled
2025-05-10 12:47:43 -04:00