Commit Graph

995 Commits

Author SHA1 Message Date
mid-kid
09d2148d6d
Use separate constants for wChosenCableClubRoom (#144)
Some checks failed
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:25 -05:00
Rangi
5539e3dfab Fix CI for Linux and add CI for macOS (#1223)
Some checks failed
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
2026-01-20 19:14:12 -05:00
Rangi
e4a41d447b 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-20 19:12:29 -05:00
Rangi
a3dd44d76e Use hardware.inc OAM offset constants for overworld map objects 2026-01-20 19:12:08 -05:00
Rangi
d0886be702 Update RGBDS to 1.0.1 (although 1.0.0 still works) 2026-01-20 19:11:51 -05:00
Jordan Moore
be1ddee94d Replace magic numbers with constants in engine/battle/ai/switch.asm (#1216) 2026-01-20 19:09:39 -05:00
Rangi
ec8bd3e1ae Verify that only one of each callback type exists per map
Fixes #1213
2026-01-20 19:09:30 -05:00
Rangi
5b4a996655 Specify a max item length for list_start (#1210) 2026-01-20 19:09:06 -05:00
SourApple
ba069a1fad Bug: AI use of Full Heal or Full Restore does not cure Attack or Speed drops from burn or paralysis
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-01-20 19:08:34 -05:00
Rangi
ed7d818f70 Simplify tmhm macro assertion error output 2026-01-20 19:08:04 -05:00
Rangi
b6a2dbd0ab Don't use list_start/assert_list_length for roammon maps,
since `li` is not involved
2026-01-20 19:06:37 -05:00
Rangi
8d34a9b74e Comment that farcall and callfar are interchangable (#1209)
Fixes #1208
2026-01-20 19:06:30 -05:00
Pyrois81
d80786f4e8 Mention another bug in the catching formula 2026-01-20 19:05:53 -05:00
Narishma-gb
95351646d6
Fix _SILVER_VC flag in Makefile (#139)
Some checks failed
CI / build (push) Has been cancelled
2025-11-17 18:19:13 -05:00
Rangi
cb6eda84c9 Add _vc patch targets to .PHONY
Some checks failed
CI / build (push) Has been cancelled
2025-11-13 13:38:43 -05:00
Rangi
d2c9e2d74f
Use features of RGBDS 1.0.0 (#138)
Some checks are pending
CI / build (push) Waiting to run
2025-11-12 15:44:00 -05:00
Rangi42
7ab16e4f61 Don't hard-code the Stadium data handling in tools/make_patch.c
Instead, have a `--ignore addr:size` option that's set in the Makefile
2025-11-12 13:41:43 -05:00
Linus Unnebäck
b8ed9517ab
Make wBargainShopFlags 16 bits (#137)
Some checks failed
CI / build (push) Has been cancelled
2025-09-06 16:47:47 -04:00
Rangi42
8cab1b6472 Specify file extensions that make does not generate
Some checks failed
CI / build (push) Has been cancelled
2025-08-27 11:49:47 -04:00
Rangi
fd52552151
Use dname macro to automatically pad names with "@" characters (#135)
Some checks failed
CI / build (push) Has been cancelled
2025-08-17 09:48:06 -04:00
Linus Unnebäck
9b3df7e0d6
Inline NoSwarmWildmon label (#134)
Some checks failed
CI / build (push) Has been cancelled
2025-08-15 16:08:50 -04:00
Rangi42
91f0b712b4 Say how many bytes the assertion macros expected vs got
Some checks failed
CI / build (push) Has been cancelled
2025-08-13 12:58:36 -04:00
Rangi42
33df401392 Identify JOYP_SGB_MLT_REQ constant
Some checks failed
CI / build (push) Has been cancelled
2025-08-11 16:36:33 -04:00
Rangi42
a17b2c580e Update hardware.inc to 5.3.0 and use its new constants
Some checks are pending
CI / build (push) Waiting to run
2025-08-11 15:56:17 -04:00
Rangi42
0b8a81212e Update hardware.inc to 5.2.0
Some checks failed
CI / build (push) Has been cancelled
2025-07-22 11:57:38 -04:00
Rangi
2f02893402
Require RGBDS 0.9.3 for its DMG palette specs (#132)
Some checks failed
CI / build (push) Has been cancelled
2025-07-02 20:31:54 -04:00
dannye
56b56c7be3 Fix drum_note commands in channel 8 sound effects
Some checks are pending
CI / build (push) Waiting to run
2025-07-01 23:17:28 -05:00
Rangi42
58b9a05a1f Use combined joypad masks
Some checks failed
CI / build (push) Has been cancelled
2025-06-30 12:47:34 -04:00
Rangi42
b03ba1a549 Update hardware.inc to 5.1.0 2025-06-30 12:47:34 -04:00
Rangi42
8d9317abd7 Address some feedback on hardware.inc
Some checks failed
CI / build (push) Has been cancelled
2025-06-23 10:44:16 -04:00
Rangi
f57be98873
Replace hardware_constants.asm with the community-standard hardware.inc 5.0 (#130) 2025-06-23 09:11:35 -04:00
Brian Saydak
7c3ac3e1b8 Add some comments to document inputs/outputs of functions in home bank
Some checks failed
CI / build (push) Has been cancelled
2025-06-21 20:21:32 +02:00
Brianum
bdb166152d Rename SFX Unknown labels to Faint/Toxic (pret/pokecrystal#1189)
Some checks are pending
CI / build (push) Waiting to run
2025-06-17 14:16:44 +00:00
Rangi42
4bb3ed7ebb Simplify li macro
Some checks failed
CI / build (push) Has been cancelled
2025-06-11 15:44:28 -04:00
Rangi42
13c568125a Add .rgbds-version file for rgbenv compatibility 2025-06-07 18:11:54 -04:00
Rangi42
9a798b0137 Use offsets from ANIM_* constants for wBattleAfterAnim (formerly wNumHits) 2025-05-31 15:22:54 -04:00
Rangi42
4be4d4708e Define constants for wBillsPCPokemonList entries 2025-05-31 15:17:06 -04:00
Rangi42
24db8a0183 Add a CANNOT_MOVE constant 2025-05-31 15:12:11 -04:00
Rangi42
fb0ee60bf9 Use features new to RGBDS 0.9.2
Some checks failed
CI / build (push) Has been cancelled
2025-05-10 13:03:07 -04:00
Rangi42
897dda77bd Verify the battle BG effect pointer table length
Some checks failed
CI / build (push) Has been cancelled
2025-03-15 01:22:56 -04:00
Rangi42
a7fb4e069e Sync further with pokecrystal 2025-03-15 01:03:21 -04:00
Rangi42
bd94c01a44 Verify the trade dialog pointer table length 2025-03-15 00:49:22 -04:00
Rangi42
5032f98fac Verify the mart types pointer table length 2025-03-15 00:44:27 -04:00
Rangi42
81a1dc3e18 Use SIZEOF/STARTOF from RGBDS 0.7.0 2025-03-15 00:39:08 -04:00
Rangi42
c288455120 Remove extraneous .gitignore rules 2025-03-15 00:11:15 -04:00
Rangi42
de5130c128 Name the unused engine flags according to their bit constants 2025-03-14 23:31:43 -04:00
Rangi42
83e31d7c07 Correct wrong and misleading comments about enemy trainer AI 2025-03-14 23:13:09 -04:00
Rangi42
359d7ae325 Separate constants for name types and naming screen types 2025-03-14 21:44:48 -04:00
Rangi42
b3305e76af Support < and > prefixes for high and low bytes in VC patch templates 2025-03-14 21:41:37 -04:00
Rangi42
2571edf37b Avoid using EQUS when EQU or MACRO will do 2025-03-14 21:38:49 -04:00