19296 Commits

Author SHA1 Message Date
PhallenTree
bc0bbc5490
Fixes Instruct's message (#8543) 2025-12-15 14:27:14 +01:00
Martin Griffin
f5bbaa3475
Align gSpecialVars (#8541) 2025-12-15 06:58:09 +00:00
Steve
1e9cddd848 Align gSpecialVars 2025-12-14 23:03:33 -05:00
PCG
297aeb2d44
Small fix that prevented TM relearner if P_ENABLE_ALL_TM_MOVES was TRUE (#8525) 2025-12-14 18:38:17 -08:00
Eduardo Quezada
68aa18d0cb
B_SYMBIOSIS_GEMS tests (#8534) 2025-12-14 16:11:22 -05:00
GGbond
ded6a0fe18
Fix AI handling of Trick/Bestow and add comprehensive tests (#8516) 2025-12-14 12:27:28 -05:00
Eduardo Quezada
5700fb08a2
Expanded B_SANDSTORM_SPDEF_BOOST test (#8532) 2025-12-14 18:14:27 +01:00
Eduardo Quezada
26688dd1ce
Fixed AI_GetSwitchinWeather not considering CONFIG_SNOW_WARNING (#8533) 2025-12-14 11:59:45 -05:00
Eduardo Quezada
a3a16acd72
Expanded B_EXP_CATCH test (#8527) 2025-12-14 16:38:22 +01:00
Eduardo Quezada
a0a5947590
Added tests for stat-changing moves (#8278)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2025-12-14 16:24:39 +01:00
PCG
6db75af625
Fix Summary screen lag with move relearner when there's a lot of TMs (#8503) 2025-12-14 14:32:52 +01:00
Eduardo Quezada
08a5a319bd
Fix Lunar Dance not checking PP (#8364) 2025-12-14 12:47:01 +01:00
Alex
1209666e5a
Fix battler side status check in CalcCritChanceStage (#8524) 2025-12-14 12:42:55 +01:00
Raymond Dodge
2cec0dbfa0
Do not add padding to end of smol file when smol is natually word-sized (#8522) 2025-12-14 10:26:42 +01:00
Estellar
087f2fba74
Fix Flabébé and Floette overworld sprites (#8511) 2025-12-13 17:06:04 +01:00
Pawkkie
3b5d5d881b
Fix incorrect Spikes reference in switch AI (#8510) 2025-12-12 23:02:41 +01:00
PhallenTree
c7db424265
Fixes Disguise + Counter/Mirror Coat/Metal Burst + Disguise tests (#8495) 2025-12-10 18:28:02 +01:00
shachar700
5240ee1515
Added comment 2025-12-10 13:51:47 +02:00
hedara90
8ae810fdc8
Fix move anim tests sometimes leaking tasks (#8493)
Co-authored-by: Hedara <hedara90@gmail.com>
2025-12-10 12:38:56 +01:00
Mitsunee
02c44242f8
Added bugfix for missing no weather case in Cmd_weather_get (#2203) 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
GriffinR
bcd5735f76
Merge pull request #2176 from NTx86/gba-fix-object-event-range-type
Change rangeX and rangeY to u8 in ObjectEvent struct
2025-12-09 21:57:06 -05:00
GriffinR
cc7327d620
Merge pull request #2177 from NTx86/gba-fix-list-menu-item-alloc
Fix sScrollableMultichoice_ListMenuItem allocation size magic number
2025-12-09 21:47:39 -05:00
GriffinR
90081e4847
Merge pull request #2178 from FosterProgramming/pret_update
Name pokemon summary screen remaining unnamed symbols
2025-12-09 21:46:51 -05:00
GriffinR
83b05d5efa
Merge pull request #2201 from mrgriffin/pret-flag-registered-wally
Fix FLAG_REGISTERED_WALLY
2025-12-09 21:43:30 -05:00
amiosi
bd832bbf50
Environment Fixes (#8471) 2025-12-09 19:19:45 +01:00
GGbond
04b26b752e
Respect beneficial status in healing moves and add tests (#8478) 2025-12-09 10:58:11 -05:00
FosterProgramming
aa172aad6c
Free the allocated buffer before the second decompression call (hopefully helps) (#8301) 2025-12-08 22:56:51 +01:00
FosterProgramming
37a0ef9941
Give dead mons priority over eggs when assigning battlers (#8473) 2025-12-08 13:13:07 +01:00
FosterProgramming
f71404bce1
Fix gimmick icon not appearing correctly in 1v2 (#8474) 2025-12-08 13:12:02 +01:00
FosterProgramming
aafa937b86
Fix bug when changing forms multiple times (#8458) 2025-12-08 12:18:56 +01:00
Eduardo Quezada
af18615a46
Include FEATURES.md in documentation (#8464) 2025-12-07 16:02:54 -05:00
allcontributors[bot]
b5a041407e
add amiosi as a contributor for data (#8463)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-12-07 19:09:55 +01:00
allcontributors[bot]
526304481a
add purrfectdoodle as a contributor for design (#8456)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-12-07 18:39:02 +01:00
FosterProgramming
86ba8c3191
Fix potential issue when destiny knot fail after proccing from cute charm (#8459) 2025-12-07 18:35:39 +01:00
Martin Griffin
22dcef88c2
Fix random function in testing trying to run trials when rng tag is 0/RNG_NONE (#8460) 2025-12-07 16:38:37 +00:00
Jamie Foster
25f1f0a2be Fix random function in testing trying to run trials when rng tag is 0/RNG_NONE 2025-12-07 16:45:18 +01:00
amiosi
7b036b3b56
GBA Asset Fixes (#8382) 2025-12-07 13:50:06 +01:00
amiosi
328ec9d708
Generational Move Changes (#8405) 2025-12-06 23:50:58 +01:00
Alex
445cc2ace9
Adds missing cases for Revenge and Assurance doubling power (#8453)
Co-authored-by: PhallenTree <168426989+PhallenTree@users.noreply.github.com>
2025-12-06 19:04:48 +01:00
Alex
520c31dc33
Add missing breakable flags (#8454) 2025-12-06 17:33:31 +01:00
FosterProgramming
8e641bdb7a
Fix bug with enterCode default value (#8438) 2025-12-05 11:25:51 -05:00
Eduardo Quezada
5ac3e603dc
Finished Defog tests (#8424) 2025-12-05 16:45:48 +01:00
Eduardo Quezada
f5cead9526
Fixed KNOWN_FAILING Dire Claw test (#8442) 2025-12-05 13:48:24 +01:00
Eduardo Quezada
cd49a47aa1
Added missing Move Effect TODO tests - Volume G (#8428) 2025-12-05 13:47:12 +01:00
Raymond Dodge
fc25d943a7
Add a ci step that checks that documentation md files are mentioned in docs/SUMMARY.md (#8439) 2025-12-05 10:20:23 +01:00
Raymond Dodge
b5f27b5668
Update mdbook to v0.5.1 (#8437) 2025-12-05 10:02:42 +01:00
shachar700
eb1a6d311a fixed pokenav glow issue 2025-12-04 23:34:36 +02:00
FosterProgramming
58fed6554f
Add test for lum berry multi status (#8430) 2025-12-04 18:58:20 +01:00