Commit Graph

5326 Commits

Author SHA1 Message Date
SiliconA-Z
12e4cb96a0
Merge 9e5298ec7a into a3c551fe21 2026-04-24 10:23:52 +09:00
Martin Griffin
a3c551fe21
Merge pull request #2238 from SiliconA-Z/patch-1
Some checks failed
CI / build (push) Has been cancelled
Add gBattleOutcome == B_OUTCOME_DREW to bugfix
2026-04-23 17:48:59 +01:00
Martin Griffin
e178c18bf4
Merge pull request #2277 from SiliconA-Z/stray
Some checks failed
CI / build (push) Has been cancelled
Remove stray dereference in union room chat
2026-04-21 16:40:32 +01:00
Martin Griffin
af8e0b2516
Merge pull request #2264 from SiliconA-Z/modulo
Fix fakematchings regarding modulo
2026-04-21 16:32:20 +01:00
Martin Griffin
f9173995c1
Merge pull request #2261 from SiliconA-Z/assertion
Fix fakematch in AllocateBattleResources
2026-04-21 16:31:00 +01:00
Martin Griffin
619c4a3245
Merge pull request #2258 from SiliconA-Z/DynamicPlaceholderTextUtil_Reset
Fix fakematch in DynamicPlaceholderTextUtil_Reset
2026-04-21 16:29:27 +01:00
Martin Griffin
98ed1a6e6e
Merge pull request #2140 from AsparagusEduardo/_pret/BtlController_EmitTwoReturnValues
`BtlController_EmitTwoReturnValues` cleanup
2026-04-21 16:01:35 +01:00
Martin Griffin
c314cc1e52
Merge pull request #2231 from GriffinRichards/match-call-rematch
Document gym leader match call texts
2026-04-21 15:57:49 +01:00
Martin Griffin
1dcb9c75b9
Merge pull request #2212 from Mitsunee/ismondisobedient-enum
Added enum for IsMonDisobedient
2026-04-21 15:57:06 +01:00
Raymond Dodge
a09b745176
Extract GiveGiftRibbonToParty from file about size records (#2240) 2026-04-21 15:52:51 +01:00
Raymond Dodge
31552457e0
Merge pull request #2241 from rayrobdod/compare_size_return_names
Name values used by CompareMonSize
2026-04-21 15:52:36 +01:00
Martin Griffin
2f46a89b15
Merge pull request #2283 from mrgriffin/pret-incgfx
Some checks failed
CI / build (push) Has been cancelled
INCGFX: in-source arguments for gbagfx
2026-04-19 09:28:43 +01:00
Martin Griffin
fed3b0c81a Migrate INCBINs to INCGFX via migrate_incgfx.py
The exact command used to migrate source files was:
  git ls-files | grep 'src/.*\.[ch]$' | xargs grep -l INCBIN | xargs python3 migrate_incgfx.py

The Makefile rules were cleaned up manually by looking for graphics
rules and keeping only those ending with '\' (what the migration script
calls a "Multi-line rule"). You may think some of wallpaper rules could
be removed, but they're inputs for the '@cat $^ >$@' rules which are
currently unable to be migrated to 'INCGFX'.
2026-04-19 07:06:18 +01:00
AZero13
81c92f708e Remove stray dereference in union room chat 2026-04-05 19:24:50 -04:00
AZero13
9e5298ec7a Fix UB in battle_anim_ground
gBattleAnimArgs is 8 elements, not 15.
2026-04-05 16:15:16 -04:00
AZero13
897c70415a Fix fakematchings regarding modulo
This is because agbcc can expand it to weird things sometimes, which is not ideal.
2026-04-05 15:38:36 -04:00
AZero13
04feeffeda Fix broken missing return.
We forgot the return here, but we need it or else it is UB.
2026-04-04 23:56:25 -04:00
AZero13
8502e08bd8 Update battle_util2.c 2026-03-28 17:52:29 -04:00
AZero13
e82d0df9ad Fix fakematch in DynamicPlaceholderTextUtil_Reset
From pokefirered
2026-03-28 15:31:47 -04:00
SiliconA-Z
61674ecd4b
Remove ... INT_MAX from bg.c (#2255)
Some checks failed
CI / build (push) Has been cancelled
Serves no purpose and is annoying
2026-03-26 07:00:08 +00:00
Estellar
efc1514128
Add C23's %b to DebugPrintf (#2246)
Some checks failed
CI / build (push) Has been cancelled
2026-03-22 21:24:19 +00:00
AZero13
efe893388a Add gBattleOutcome == B_OUTCOME_DREW to bugfix
Mirroring the change that Nintendo made when rereleasing FRLG on Switch, which addresses the Roamer BUG, they also added a check for B_OUTCOME_DREW.
2026-03-22 17:13:36 -04:00
Marky
25ffb2c12c
Add enum for Elevations (#2233)
Some checks failed
CI / build (push) Has been cancelled
2026-02-20 01:17:42 -05:00
Frank DeBlasio
064ca5c243
Added macro for Surf/Muddy Water's animation (#2232)
Some checks failed
CI / build (push) Has been cancelled
2026-02-06 10:08:20 -05:00
GriffinR
926488b69a Document gym leader match call texts 2026-02-01 13:36:33 -05:00
GriffinR
63390a940e
Merge pull request #2226 from fdeblasio/matchCallDocumentation
Some checks failed
CI / build (push) Has been cancelled
Improved Match Call text variables
2026-02-01 13:16:34 -05:00
Martin Griffin
f0b5abe290
Merge pull request #2070 from mrgriffin/battle-anim-cmd-args
Partially document battle animation scripts
2026-01-19 19:14:16 +00:00
Martin Griffin
22eed3f4bf Partially document battle_anim_effects_1.c 2026-01-19 09:16:37 +00:00
Martin Griffin
0e415dde46 Document battle_anim_dragon.c 2026-01-19 09:16:37 +00:00
Martin Griffin
5d713ad9bb Document battle_anim_dark.c 2026-01-19 09:16:37 +00:00
Martin Griffin
050a9415c7 Document battle_anim_bug.c 2026-01-19 09:16:37 +00:00
Martin Griffin
e09423fadf Document battle_anim_normal.c 2026-01-19 09:16:37 +00:00
Frank
80db2c6aec Renamed building and stadium palettes to be more accurate 2026-01-18 18:19:03 -05:00
Frank
902a37ef23 Added MATCH_CALL_TEXT_END define 2026-01-18 18:18:28 -05:00
Frank
294a1b88a2 Replaced two more instances of flag 2026-01-18 18:18:28 -05:00
Frank
509f652ac6 Added defines for 0xFFFF 2026-01-18 18:18:28 -05:00
Frank
cc882e5de2 Added more descriptive names for Match Call text flags 2026-01-18 18:18:28 -05:00
GriffinR
6eb688876d
Merge pull request #2223 from estellarc/pret/avatar-to-state
`sPlayerAvatarGfxToStateFlag` structure documentation
2026-01-03 22:20:34 -05:00
Estellar
edc7399104 sPlayerAvatarGfxToStateFlagstructure 2026-01-03 21:49:12 -03:00
GriffinR
b4abc6b5ce
Merge pull request #2124 from cawtds/fix-active-battler-ub
ub fix for OOB access with gActiveBattler
2026-01-03 14:26:03 -05:00
Bassoonian
a5ee0f2727
ItemTMHMOrEvolutionStone enum (#2192) 2026-01-02 20:59:12 +00:00
cawtds
b11741855d
Add enum for battle script opcodes (#2222) 2026-01-02 20:19:01 +00:00
Martin Griffin
13b7dc4401
Document UpdateLegendaryMarkingColor (#2221) 2025-12-30 14:39:09 -05:00
Jaizu
daf63255a6 Fix some typos 2025-12-27 15:06:33 +01:00
Josh
349da0484b Document m4a xcmd_0C 2025-12-27 01:11:40 +00:00
Martin Griffin
b0d2642e56
Merge pull request #2215 from shachar700/pokenav-glow
Fixed pokenav glow issue
2025-12-26 08:58:16 +00:00
shachar700
5240ee1515
Added comment 2025-12-10 13:51:47 +02:00
Mitsunee
02c44242f8
Added bugfix for missing no weather case in Cmd_weather_get (#2203)
Some checks failed
CI / build (push) Has been cancelled
2025-12-09 22:22:08 -05:00
GriffinR
f0e351b33d
Merge pull request #2171 from ShinyDragonHunter/unused_funcs
Label unused functions in siirtc.c, m4a.c & rtc.c with the "UNUSED" attribute
2025-12-09 22:14:57 -05:00
GriffinR
6afcefe8f1
Merge pull request #2074 from GriffinRichards/fix-trainer-decompress
Add fix for possible crash when decompressing trainer back pics
2025-12-09 21:59:13 -05:00