Commit Graph

1350 Commits

Author SHA1 Message Date
dannye
55d16a3f43 Fix hyperlinks for consistency
Some checks failed
CI / build (push) Has been cancelled
2026-02-15 10:46:55 -06:00
dannye
522f8b9602
Merge pull request #180 from ElectroDeoxys/master
Document and add fix to AI evolution logic
2026-02-15 10:46:10 -06:00
Electro
741d8e6273 Add fix to AI info flags and damage halving bugs 2026-02-10 22:56:43 +00:00
Electro
d878d6a37c Document and add fix to AI evolution logic 2026-02-09 22:24:16 +00:00
dannye
2bd36af12d
Merge pull request #179 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
Split bank20 into logical asm files (finally!)
2026-02-08 17:16:35 -06:00
Electro
1e82a6a9bb Name some WRAM labels and functions 2026-02-08 20:33:56 +00:00
Electro
9c8a79d13f Rename "Bank 20" section to "Load Gfx" 2026-02-06 17:13:31 +00:00
Electro
bdb0a2aef6 Split bank20 into logical asm files (finally!) 2026-02-06 17:06:23 +00:00
dannye
152aab1f29
Merge pull request #178 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
Fix CI workflow
2026-02-06 09:46:26 -06:00
Electro
696a23964f Fix CI workflow 2026-02-06 15:06:22 +00:00
Electro
80656b26b1 Minor bug and AI documentation fix 2026-02-06 13:31:11 +00:00
dannye
e3967f88d8
Merge pull request #177 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
Use RGBLINK's -w flag
2026-01-24 19:18:00 -06:00
Electro
4dd3cf4d96 Use RGBLINK's -w flag 2026-01-24 23:55:58 +00:00
dannye
2ff2b93cf4
Merge pull request #176 from ElectroDeoxys/master
Replace hardcoded audio banks, and misc labeling
2026-01-24 14:38:44 -06:00
Electro
83151ce30f Also use waveram related constants 2026-01-10 00:34:49 +00:00
Electro
ec0fb8346a Replace hardcoded audio banks, and misc labeling 2026-01-09 20:39:28 +00:00
dannye
5bc437273c
Merge pull request #175 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
Document TossCoin, other documentation improvements
2025-12-14 11:45:45 -06:00
Electro
a99aa8fee0 Document TossCoin, other documentation improvements 2025-12-11 12:14:18 +00:00
dannye
535625288a
Merge pull request #173 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
Improve effect commands documentation, misc improvements
2025-12-06 12:02:14 -06:00
Electro
327338a136 Improve effect commands documentation, misc improvements 2025-12-03 15:32:35 +00:00
dannye
d5f3b33469
Merge pull request #171 from oatspear/patch-1
Some checks failed
CI / build (push) Has been cancelled
Revise comments for CheckIfCardCanBePlayed logic
2025-11-22 11:23:34 -06:00
Santusk Oatspear
983fcb0d77
Revise comments for CheckIfCardCanBePlayed logic
Updated comments to reflect actual logic for card playability checks.
2025-11-17 06:31:24 +00:00
dannye
fbc4459515
Use features of RGBDS 1.0.0 (#169)
Some checks failed
CI / build (push) Has been cancelled
2025-11-12 15:44:22 -05:00
dannye
314c708313
Merge pull request #168 from ElectroDeoxys/master
Some checks failed
CI / build (push) Has been cancelled
ApplySubstatus1ToDefendingCard -> ApplySubstatus1ToAttackingCard
2025-10-30 17:41:09 -05:00
dannye
d874acda62
Merge pull request #167 from Sha0den/master
Some checks failed
CI / build (push) Has been cancelled
Create text speed constants
2025-10-08 20:14:52 -05:00
Sha0den
49cd6b4998 Create text speed constants 2025-09-30 19:47:03 -04:00
dannye
f9d5c5b4a8
Merge pull request #166 from Sha0den/master
Some checks failed
CI / build (push) Has been cancelled
Document several more AI bug fixes
2025-09-29 19:13:33 -05:00
Sha0den
483ea7a8fb Document several more AI bug fixes 2025-09-28 18:49:06 -04:00
dannye
aa69eba82d Cleanup whitespace
Some checks failed
CI / build (push) Has been cancelled
2025-09-28 11:16:36 -05:00
dannye
28fe115df2
Merge pull request #165 from FrenchOrange/master
Document more text and dialogue typos
2025-09-28 11:15:49 -05:00
FrenchOrange
d16459ffd5 More documented typos and formatting fixes 2025-09-28 08:23:56 +02:00
dannye
1f74c0f8ad
Merge pull request #164 from Sha0den/master
Some checks failed
CI / build (push) Has been cancelled
Fix palette constant and add a few comments
2025-09-27 09:53:53 -05:00
Sha0den
058848fe41 Fix constant in PrintPlayAreaCardAttachedEnergies 2025-09-26 14:01:14 -04:00
FrenchOrange
6fb2be1d38 Even more typos documented 2025-09-25 05:09:50 +02:00
FrenchOrange
fc0a7f48c8 Additional typos 2025-09-24 03:04:44 +02:00
FrenchOrange
d547da3e38 Update bugs_and_glitches.md 2025-09-23 22:01:03 +02:00
Sha0den
5296c49e32
Merge branch 'pret:master' into master 2025-09-21 14:21:28 -04:00
Sha0den
8ac8ad6aa9 Fix palette constant and a few comments 2025-09-21 14:20:56 -04:00
dannye
2c1422e057
Merge pull request #163 from Sha0den/master
Some checks failed
CI / build (push) Has been cancelled
Better descriptions for attack effect parameters in card data
2025-09-14 11:44:06 -05:00
Sha0den
263da90d9f Better descriptions for attack effect parameters in card data 2025-09-07 19:46:45 -04:00
ElectroDeoxys
bf8bb12920 ApplySubstatus1ToDefendingCard -> ApplySubstatus1ToAttackingCard 2025-09-07 15:27:08 +01:00
Rangi42
b9be4249fd Update hardware.inc to 5.3.0 and use its new constants
Some checks failed
CI / build (push) Has been cancelled
2025-08-11 16:25:47 -04:00
Rangi42
74bdac9094 Allow -255..-128 bytes
Some checks failed
CI / build (push) Has been cancelled
2025-08-03 17:04:15 -04:00
dannye
9edc0a8fad
Merge pull request #162 from ElectroDeoxys/master
Use hardware.inc
2025-08-03 13:32:42 -05:00
Electro
d0f4073e69 hardware.inc corrections 2025-08-03 16:16:46 +01:00
Electro
16e04b0869 Use PAL_COLORS constant 2025-08-01 23:11:29 +01:00
Electro
a9714350ba Update hardware.inc to 5.2.0 2025-08-01 01:03:13 +01:00
Electro
33aa25af7f Use hardware.inc 2025-07-22 11:39:08 +01:00
dannye
d9bac99019 Fix a few hardcoded fw chars
Some checks failed
CI / build (push) Has been cancelled
2025-07-08 07:57:30 -05:00
dannye
7b63ea5da7 Use multi-value charmaps for all full-width character sets
Some checks are pending
CI / build (push) Waiting to run
and require rgbds v0.9.3
2025-07-07 22:49:58 -05:00