Commit Graph

3849 Commits

Author SHA1 Message Date
Prof-Holon
ee2d900cf7
Merge pull request #3 from Prof-Holon/Special-stat-merge
Special stat merge
2026-04-08 12:02:30 +01:00
Prof-Holon
0627a11224
Merge pull request #2 from Prof-Holon/Move-Changes
OHKO Moves as Recharge
2026-04-08 12:01:08 +01:00
Prof-Holon
b93c53adcd
Merge pull request #1 from Prof-Holon/Ability-changes
ability updates
2026-04-08 12:00:39 +01:00
Prof-Holon
842a0dde51 OHKO Moves as Recharge
More hyper beams!
2026-04-08 11:59:24 +01:00
Prof-Holon
601247df5f ability updates 2026-04-08 11:55:32 +01:00
Prof-Holon
8a3c796c48 remove primary effect immunity 2026-04-05 21:23:03 +01:00
Prof-Holon
547540cf15 Merge branch 'master' of https://github.com/Prof-Holon/copper_blue 2026-04-04 21:50:22 +01:00
Prof-Holon
5f0c18b864
Merge branch 'pret:master' into master 2026-04-04 21:47:33 +01:00
Prof-Holon
9757e7e749 UPDATE MOVES 2026-04-04 21:43:36 +01:00
Prof-Holon
a4f3c4ad3f Update species_info.h 2026-04-04 21:22:19 +01:00
Prof-Holon
9301062ce5 Changes to fundamentals (1)
in progress
2026-04-04 16:37:03 +01:00
Prof-Holon
604ddc7148 Distribution updates
Also adding Cacophony and Snow Warning
2026-04-02 15:50:44 +01:00
Prof-Holon
48a9d7db58 More move changes
HP, Conversion, Conversion2
2026-04-02 11:06:21 +01:00
Prof-Holon
cca14d92da partial trapping mechanics
Added flinch, lock-in for duration
2026-04-02 10:28:56 +01:00
Prof-Holon
72c675e4a5 Update battle_moves.h 2026-04-01 15:35:23 +01:00
Prof-Holon
f0ad267cb0 Battle engine
Updates to battle mechanics to align more with Gen 1 vibes
2026-04-01 14:47:42 +01:00
Marcus Huderle
69e963fbb8 Adjust loop markers and track channels for .mid files.
Some checks failed
CI / build (push) Has been cancelled
- The loop markers now use meta event 0x6 (Marker) rather than 0x1 (Text Event)
- Each track now output midi events on separate midi channels, like pokeemerald.
2026-03-28 08:40:35 -05:00
Prof-Holon
43a9f31ddb Update species_info.h 2026-03-26 15:29:35 +00:00
Prof-Holon
1638839da3 Type chart changes
Interactions:
- Poison/bug mutually super effective
- Removed Fire resistance to Ice

Species typings:
- All Dark to Ghost
- All Steel to Rock

Exceptions to rule:
Kanto/Johto
- Steelix Rock
- Sneasel Normal/Ice
- Tyranitar Rock/Dragon
Hoenn
- Poochyena / Mightyena Normal
- Nuzleaf Grass/Normal; Shiftry Grass/Flying
- Mawile Rock/Normal
- Sableye Ghost/Normal
- Crawdaunt Water/Normal
- Carvanha/Sharpedo Water/Normal
2026-03-26 13:41:12 +00:00
SiliconA-Z
9bbcab4b06
Remove modern compiler warning by removing fakematches (#742)
Some checks failed
CI / build (push) Has been cancelled
Aggressive optimizations warning was flagging these two files.

For image processing effects I just copy-pasted pokeemerald.
2026-03-23 07:55:42 -05:00
SiliconA-Z
d559eb56ce
Mark some changes of REVISION >= 0xA to be UBFix. (#738)
Turns out emerald already has some of these changes, defined as UBFIX, so let's add them here too, and I will port the     if ((llFrameSize_p && subFrameSize > *llFrameSize_p) || subFrameSize <= frameSize) while we are at it.
2026-03-23 07:49:56 -05:00
SiliconA-Z
c1d63525d2
Simplify SetObjectSubpriorityByElevation (#737)
* Simplify SetObjectSubpriorityByElevation

* 0xFF
2026-03-23 07:47:11 -05:00
Estellar
5bbc876c44
sSpriteImages_Emoticons now uses overworld_frame (#700)
Some checks are pending
CI / build (push) Waiting to run
2026-03-22 08:49:38 -05:00
cawtds
aa283c9993
document pokemon special anim (#710) 2026-03-22 08:42:13 -05:00
Squeetz
844785f850
Document m4a xcmd 12 (#699)
Waits n frames. Used by Pokémon cries.
2026-03-22 08:31:21 -05:00
Frank DeBlasio
aac6ebbc27
Fix object event graphic names (#731)
* Fixed object event graphic names

* Updated files and other variable names

* Fix from finding and replacing without matching case

* spritesheet updates

* Update flag name

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2026-03-22 08:28:44 -05:00
cawtds
59bf609685
combine palettes (#723) 2026-03-22 08:26:24 -05:00
Jademalo
cf4f0ce152
Sync DWARF debug sections (#728) 2026-03-22 08:23:21 -05:00
cawtds
7bf571e26a
fix ub for forced link movement (#732) 2026-03-22 08:11:16 -05:00
SiliconA-Z
37d50c4c19
Fix differences in battle_message.c (#736)
Some checks are pending
CI / build (push) Waiting to run
2026-03-21 19:35:01 -05:00
SiliconA-Z
590d5a6f7b
Have GetAvailableObjectEventId match in all versions (#735)
agbcc probably was affected by whatever assert was in whatever file in here and generated different code.
2026-03-21 19:05:35 -05:00
SiliconA-Z
3eac222192
Fix matching (#734) 2026-03-21 17:41:02 -05:00
SiliconA-Z
891e203ded
Simplify DynamicPlaceholderTextUtil_Reset (#719)
Some checks are pending
CI / build (push) Waiting to run
Replace the pointer-based do/while and intptr_t casts with a simple indexed for-loop that sets each element of sStringPointers to NULL.
2026-03-21 17:20:00 -05:00
Marcus Huderle
7b745dc283 Fix rev10's ld_script 2026-03-21 16:47:47 -05:00
Rairii
8f00ac8fe6
Add revision 10 changes (#722)
* revision 10 changes

* add rev10 to github actions

* add no-intro entry for leafgreen rev10
2026-03-21 16:12:48 -05:00
Marcus Huderle
0a86141109 Convert all of the remaining .s files to .midi 2026-03-21 11:07:20 -05:00
Marcus Huderle
45c0c01f14 Convert most .s files to .midi 2026-03-21 10:24:50 -05:00
SiliconA-Z
7e3f822652
CopyValue functions should involve volatile accesses (#720)
Some checks failed
CI / build (push) Has been cancelled
* CopyValue functions should involve volatile accesses

These are writing to specific registers in memory that are memory mapped to do things, so we cannot do any optimizations here regarding memory.

* match pokeemerald's style

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2026-02-22 08:48:40 -06:00
Marcus Huderle
7cf14a8e9e Fix CI 2026-02-22 08:42:04 -06:00
Marcus Huderle
338ec9d956
Update .wav samples to use 'agbl' chunk to accomodate for vanilla's off-by-one loop end behavior (#712)
Some checks failed
CI / build (push) Has been cancelled
2025-12-28 09:10:08 -06:00
Marcus Huderle
14b76daff8
Convert .aif files to .wav (#711)
Some checks failed
CI / build (push) Has been cancelled
* Migrate .aif files to .wav

* cleanup
2025-12-01 09:01:35 -06:00
GriffinR
7299efd381
Merge pull request #709 from PikalaxALT/ignore-cmake-clangd
Some checks failed
CI / build (push) Has been cancelled
Ignore CMakeLists.txt and cmake/clangd artifacts
2025-11-16 20:47:49 -05:00
PikalaxALT
b0f9143049
Ignore CMakeLists.txt and cmake/clangd artifacts 2025-11-16 20:39:37 -05:00
GriffinR
287b37eed2 Remove some make rules copied from pokeemerald
Some checks failed
CI / build (push) Has been cancelled
2025-10-26 17:49:30 -04:00
GriffinR
4f5fe2a279 Fix incorrect MAPSEC limit for map names
Some checks failed
CI / build (push) Has been cancelled
2025-07-16 02:45:26 -04:00
GriffinR
6702a58f7c Convert substitute back sprite data to png
Some checks are pending
CI / build (push) Waiting to run
2025-07-13 13:02:58 -04:00
Jaizu
507f1d8d36
Modern fixes (#697)
Some checks failed
CI / build (push) Has been cancelled
2025-06-11 14:27:42 -04:00
GriffinR
f60d28ceb5
Merge pull request #693 from pret/porymap-6
Update for Porymap 6
2025-05-27 10:53:27 -04:00
GriffinR
8701517755
Merge pull request #694 from LOuroboros/startMenuSave
Linked STARTMENU labels to the entries of sStartMenuActionTable
2025-05-20 20:53:37 -04:00
GriffinR
32fdf48b0f
Merge pull request #695 from RubyRaven6/ruby-misc
Add NUM_TILES_PER_METATILE
2025-05-20 20:51:51 -04:00