Commit Graph

981 Commits

Author SHA1 Message Date
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
Rangi42
44226aa43d Add assert to note _CGB_Diploma also loads PartyMenuOBPals 2025-03-14 21:31:52 -04:00
mid-kid
c8d53d7d3e Use "command -v" instead of "which"
Some checks failed
CI / build (push) Has been cancelled
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:26 +01:00
Rangi42
1a7bc6b1f5 Remove "skip" prefix from AI move score labels
Some checks failed
CI / build (push) Has been cancelled
2024-12-29 15:33:40 -05:00
vulcandth
1d8a5338cf
Use exported constants for VC patch (#125)
Some checks failed
CI / build (push) Has been cancelled
2024-12-27 13:10:25 -05:00
Rangi
54b8389023
Identify CHANNEL_FIELD16 as CHANNEL_NOTE_DURATION_MODIFIER (#117) 2024-12-27 12:54:28 -05:00
Rangi
3affb23969
Don't pass redundant label names to table_width and list_start (#126) 2024-12-27 12:35:41 -05:00
Rangi
bcb1092774
Use RGBDS 0.9.0 (#124)
Some checks failed
CI / build (push) Has been cancelled
2024-12-25 21:24:31 -05:00
Rangi42
724bf17736 Add checkcurl to legacy macros
Some checks are pending
CI / build (push) Waiting to run
2024-12-25 10:07:59 -05:00
mid-kid
7884b88a09 Re-align trainer_data_constants.asm with pokecrystal
Some checks are pending
CI / build (push) Waiting to run
2024-12-25 12:21:34 +01:00
Jordan Moore
990f43865b Rename checkcurl to checkrollout 2024-12-25 12:05:58 +01:00
Rangi42
0388785af8 Use SERIAL_RNS_LENGTH in _BattleRandom
Some checks failed
CI / build (push) Has been cancelled
2024-12-21 21:05:39 -05:00
Rangi42
8308f119a3 Remove Crystal-only flag constants
Some checks failed
CI / build (push) Has been cancelled
2024-12-02 12:21:31 -05:00
Sylvie
201d12d44e
Bit 7 of wJumptableIndex is often JUMPTABLE_EXIT_F (#123)
Some checks failed
CI / build (push) Has been cancelled
2024-11-30 17:25:26 -05:00
Rangi42
3257bc1924 Add documentation for HideHeadbuttTree
Some checks failed
CI / build (push) Has been cancelled
2024-11-28 22:03:14 -05:00