Marcus Huderle
163c8a4321
Add --set-agbl option to wav2agb
2025-12-28 08:50:34 -06:00
Marcus Huderle
8d1f3ccd6a
Update .wav samples to use 'agbl' chunk to accomodate for vanilla's off-by-one behavior
2025-12-27 10:33:04 -06:00
Martin Griffin
76463dac15
Merge pull request #2219 from Jaizu/some_typos
...
Fix some typos
2025-12-27 14:19:58 +00:00
Jaizu
daf63255a6
Fix some typos
2025-12-27 15:06:33 +01:00
Martin Griffin
057aa2610c
Merge pull request #2218 from ShinyDragonHunter/xcmd_0C
...
Document m4a xcmd_0C
2025-12-27 13:48:55 +00: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 )
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
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
shachar700
eb1a6d311a
fixed pokenav glow issue
2025-12-04 23:34:36 +02:00
Martin Griffin
4d3144cc66
Merge pull request #2214 from GriffinRichards/hidden-item-error
...
CI / build (push) Has been cancelled
Display error for invalid hidden item flags
2025-12-04 06:28:53 +00:00
GriffinR
d8a6b72e23
Display error for invalid hidden item flags
2025-12-03 21:44:25 -05:00
GriffinR
4297a5ea81
Clean up wav2agb's Makefile
CI / build (push) Waiting to run
2025-12-03 21:19:47 -05:00
Marcus Huderle
d507b24ae9
Convert .aif files to .wav ( #2213 )
...
CI / build (push) Has been cancelled
* Convert uncompress samples to .wav files, and introduce wav2agb with matching capabilities
Convert cries
Remove aif2pcm and cleanup wav2agb
* Add --no-pad option to support hq mixer
* Update wav2agb README
* Include the alignment padding in wav2agb
* cleanup
2025-12-01 09:01:26 -06:00
Flit
7b6bdab12a
add arm-none-eabi-newlib to required arch linux packages
CI / build (push) Has been cancelled
2025-11-20 09:46:02 +01:00
Martin Griffin
ff230c7603
Merge pull request #2208 from Mitsunee/spelling-synchronize-paralyze
...
CI / build (push) Waiting to run
Standardize Spelling of "synchronize" and "paralyze"
2025-11-19 20:28:33 +00:00
mitsunee
afa42f5d29
Standardize spelling of "paralyze"
2025-11-19 21:19:15 +01:00
mitsunee
c0569cd529
Standardize spelling of "synchronize"
2025-11-19 21:14:45 +01:00
Martin Griffin
c5bbaeab5d
STATIC_ASSERT for sizeof(struct ListMenu)
CI / build (push) Has been cancelled
2025-11-18 00:34:07 +01:00
hedara90
f8e7a2db5f
Fix incorrect UBFIX checks ( #2206 )
...
CI / build (push) Has been cancelled
Co-authored-by: Hedara <hedara90@gmail.com>
2025-11-16 10:33:16 +00:00
GriffinR
b231424527
Merge pull request #2205 from Mitsunee/standardize-spelling-of-canceler
...
CI / build (push) Waiting to run
Standardize spelling of "canceler"
2025-11-15 23:12:55 -05:00
mitsunee
73ec0813e1
Standardize spelling of "canceler"
...
just a quick grep -r and regex substitution, but didn't see anything wrong in the diffs during a quick proofread
2025-11-15 12:11:32 +01:00
Martin Griffin
c466dce996
Fix FLAG_REGISTERED_WALLY
2025-11-06 13:40:22 +00:00
Martin Griffin
1a9fbbcfba
Fix copyvar with non-var argument
CI / build (push) Has been cancelled
2025-11-06 14:29:09 +01:00
psf
fdcaac9175
Added some music documentation ( #2198 )
CI / build (push) Waiting to run
2025-11-06 09:27:16 +00:00
FosterProgramming
8b8c593bf6
Fix preproc not correctly reading skipped lines symbols inside enum ( #2197 )
CI / build (push) Waiting to run
2025-11-05 09:04:30 +00:00
Martin Griffin
d1d5435487
Improve undefined map assembler messages ( #2196 )
CI / build (push) Has been cancelled
2025-10-29 21:34:03 -04:00
Estellar
1de27646d2
Remove magic numbers in slot_machine.c ( #2195 )
CI / build (push) Has been cancelled
2025-10-28 09:19:12 +00:00
Josh
fa5ca10b17
Add spritesheet rules for healthbox graphics ( #2180 )
CI / build (push) Has been cancelled
2025-10-19 18:32:19 +01:00
DavidJCobb
7fd0029ed7
Add typedefs for MAPSEC and METLOC values ( #2183 )
...
Added typedefs: mapsec_t, metloc_t, and variants for MAPSEC and METLOC values. There are some rough edges that could do with smoothing out, but for now, this gets us close to ideal with a ROM that compares equal.
Per feedback, all typedefs to mention the underlying type within the typedef name. The documentation comments reflect and explain the naming convention.
Updated comments to reflect the fact that we're no longer using SET8 for a Pokemon's met locations, in favor of a new macro (added by this PR) that adjusts to match the width of whatever is being set.
2025-10-19 17:37:13 +01:00
Estellar
0965dffe70
Use TaskFunc wherever posible ( #2188 )
CI / build (push) Waiting to run
2025-10-18 17:53:50 +01:00
Jan Helbling
f2cf20ce9b
INSTALL.MD updated for OpenBSD ( #2186 )
...
CI / build (push) Has been cancelled
Co-authored-by: Jan Helbling <janhelbling@laptop-home.my.domain>
2025-10-14 12:30:26 +01:00
Estellar
f4f7c38255
Use MainCallback wherever posible ( #2184 )
2025-10-14 09:41:27 +01:00
FosterProgramming
d05742ca05
Fix include order in wild_encounter.c ( #2185 )
2025-10-14 09:36:32 +01:00
Jan Helbling
80ec69fc5d
switched from head -c 12 to dd bs=1 count=12, to successful compiling with OpenBSD ( #2091 )
...
Co-authored-by: Jan Helbling <janhelbling@laptop-home.my.domain>
2025-10-14 09:35:53 +01:00
FosterProgramming
9c8cfe3b75
Fix include order in src/clock.c to be alphabetical ( #2181 )
CI / build (push) Has been cancelled
2025-09-13 17:49:36 +01:00
FosterProgramming
276275f837
Fix 3 spaces tabs in field_message_box.c ( #2179 )
CI / build (push) Has been cancelled
2025-09-10 06:44:14 +01:00
Jamie Foster
b6742bac1c
Name pokemon summary screen remaining unnamed symbols
2025-09-02 23:14:22 +02:00
NT_x86
769e128cc9
fix sScrollableMultichoice_ListMenuItem alloc size
2025-09-01 13:52:46 +03:00
NT_x86
d6714add6f
Change rangeX and rangeY to u8 in ObjectEvent struct
2025-08-31 20:36:09 +03:00
Alex
208f97e1e3
Rename passive damage hitmarker ( #2174 )
CI / build (push) Has been cancelled
2025-08-21 13:43:19 +01:00
GriffinR
92f7727a60
Merge pull request #2107 from AsparagusEduardo/pret/pr/simpleMultiBattleFix
...
CI / build (push) Has been cancelled
Simplified Multi Battle bugfix, removing duplicate code
2025-08-14 15:09:42 -04:00
Josh
6cc878919d
Identify unused functions in siirtc.c, m4a.c & rtc.c
...
"SiiRtcSetAlarm" in siirtc.c, the "FormatHex" functions in rtc.c and "UnusedDummyFunc", m4aSongNumStartOrContinue", m4aSongNumContinue", "MusicPlayerJumpTableCopy" in m4a.c are all unused in vanilla so they've been changed to use the "UNUSED" attribute.
2025-08-09 20:57:59 +01:00
Josh
65f9c04757
Key split restructure ( #2168 )
...
CI / build (push) Has been cancelled
Key split tables have been given names based on usage (KeySplitTable1 -> keysplit_piano etc) and a new macro has been set up to better represent the individual bytes for key splits with it being more obvious to how said bytes are used for the respective voice in the voicegroup.
---------
Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
2025-08-02 02:11:50 +01:00