Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upcoming merge (but with 2 failing tests) #2

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1035 commits
Select commit Hold shift + click to select a range
609754f
Add RandomChance macro and ability trigger chance config (#4829)
Sneed69 Jun 18, 2024
277b860
Clarify some cases of ChangeStatBuffs usage (#4826)
Sneed69 Jun 18, 2024
74f53a7
Fix caught wild pokemon not restoring their used held item (#4803)
kittenchilly Jun 18, 2024
c3b1701
Contrary stat drop anim with Spectral Thief (#4824)
DizzyEggg Jun 19, 2024
9538d53
Don't specify sDexSearchTypeOptions array size (#4820)
Sneed69 Jun 19, 2024
4d6452e
Move general config file to the config folder (#4805)
AsparagusEduardo Jun 19, 2024
3c31421
Tests point to clear_body.c (#4837)
Pawkkie Jun 19, 2024
7ae88d8
Tests for Corrosion, Acrobatics, Hone Claws, Hurricane (#4708)
Pawkkie Jun 20, 2024
b9d1438
move 3 btl ctrl player vars to gBattleStruct (#4840)
DizzyEggg Jun 20, 2024
366f8b3
Merge pull request #1999 from leo60228/nixos-install
mrgriffin Jun 20, 2024
c0d630e
Add support for LF line endings to gbagfx
nashalexander Jun 18, 2024
b913839
Try fixing toxic_chain.c file (#4843)
AlexOn1ine Jun 20, 2024
5dac97a
Fix pokeemerald-expansion reference in INSTALL.md
leo60228 Jun 20, 2024
cb1a14c
Merge pull request #2006 from leo60228/oops-not-expansion
mrgriffin Jun 21, 2024
c31f982
Fix fury cutter scaling up to 640 power (#4846)
Sneed69 Jun 21, 2024
d0bb03e
Fix AI's right slot switching-in too early (#4851)
DizzyEggg Jun 21, 2024
438f478
Fix comatose transform gastro acid interaction (#4852)
DizzyEggg Jun 21, 2024
9f7a83f
Pret merge (20th of June) (#4845)
Bassoonian Jun 21, 2024
6893d8d
ignoresTargetAbility doesnt ignore the attacker's ability (#4855)
Sneed69 Jun 22, 2024
8ac739e
[Update moves_info.h] wrong move names (#4854)
AlexOn1ine Jun 22, 2024
87b21c2
Fix item duplication glitch (#4844)
Bassoonian Jun 22, 2024
2640bcd
Minor switch AI refactor (#4849)
Pawkkie Jun 22, 2024
f73ad41
Tests for post-ko switch scenarios (#4856)
DizzyEggg Jun 22, 2024
e74264f
Ported test changes from #4857 (#4859)
AlexOn1ine Jun 22, 2024
9797640
Gimmick Refactor (#4449)
AgustinGDLV Jun 22, 2024
ec75a75
Update plasma_fists.c (#4865)
Sneed69 Jun 23, 2024
a8ae1a0
added missing minior description + test for missing descriptions (#4858)
cawtds Jun 24, 2024
f2e8482
Fix how switch-in effects are played out after multiple faints in the…
DizzyEggg Jun 24, 2024
6c9dcd6
simple button config for the move description menu (#4860)
fakuzatsu Jun 25, 2024
566ad6d
Don't try to deploy to GitHub Pages if it's not enabled (#4809)
leo60228 Jun 25, 2024
81bd148
Add day limit for forms support (#4778)
Bassoonian Jun 26, 2024
4158367
Zero Enemy Data at end of battles (#4867)
ghoulslash Jun 26, 2024
f199483
Allowed double battles to occur with only one Pokemon by talking to t…
fdeblasio Jun 26, 2024
55c13a8
Force species in tests (#4810)
AlexOn1ine Jun 26, 2024
cd5a862
Fix Megas gaining abilities after fainting (#4873)
DizzyEggg Jun 26, 2024
26ef19d
Fix wrong palette in palyer backsprite in recorded battle (#4875)
DizzyEggg Jun 27, 2024
d1ca1f6
Smarter Choice AI for Status Moves (#4872)
Pawkkie Jun 28, 2024
699c96a
Remove SetBattlerData from AI_CalcDamage
AlexOn1ine Jun 28, 2024
75be596
fix sticky hold softlock (#4885)
Sneed69 Jun 29, 2024
779855e
Decode unused JP text in berry_blender.c
abcboy101 Jun 29, 2024
3ec371d
Fixes (#4887)
Cafeei Jun 29, 2024
103ed85
Added config to prevent unobtainable Pokemon from being shiny (#4735)
fdeblasio Jun 29, 2024
c3634db
Fixed Mud Sport/Water Sport reduction value (#4874)
fdeblasio Jun 29, 2024
6957fc7
Allowed rematches to occur if I_VS_SEEKER_CHARGING isn't enabled (#4866)
fdeblasio Jun 29, 2024
502eeda
Merge pull request #2009 from abcboy101/berry-blender
GriffinRichards Jun 29, 2024
7e167f0
Add AI_FLAG_SEQUENCE_SWITCHING (#4878)
Pawkkie Jul 1, 2024
d81662d
Add parentheses to species egg macro (#4899)
DizzyEggg Jul 2, 2024
4742640
Ai tests folder (#4898)
Pawkkie Jul 2, 2024
594633a
Remove Duplicate ai code from battle_ai_util.c (#4883)
AlexOn1ine Jul 3, 2024
26395fe
fix fishing encounter rolls
cawtds Jul 3, 2024
91550eb
chain fishing refactored
cawtds Jul 3, 2024
dd7b735
Fixes Grassy Terrain heal turn duration (#4903)
AlexOn1ine Jul 3, 2024
13b8daf
Supersweet Syrup wrong ability desc (#4902)
AlexOn1ine Jul 3, 2024
2a5e434
Implemented OW_IGNORE_EGGS_ON_HEAL (#4888)
pkmnsnfrn Jul 4, 2024
3df7e77
Remove SetBattlerData from AI_CalcDamage (#4881)
ghoulslash Jul 4, 2024
47533e3
Berry blender's Task_HandleOpponent small fixes
DizzyEggg Jul 4, 2024
a0a02f9
Merge pull request #2012 from DizzyEggg/patch-1
GriffinRichards Jul 4, 2024
3660a05
Forgot to update this when adding AI_FLAG_SEQUENCE_SWITCHING (#4911)
Pawkkie Jul 5, 2024
8168dd7
Shed tail rounds up, not down (#4913)
kleeenexfeu Jul 5, 2024
fcdc9ed
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 5, 2024
a7f7860
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
Bassoonian Jul 5, 2024
31ee8fe
Fix 2006 regression
Bassoonian Jul 5, 2024
93f5ca2
Pret Merge (5th of July) (#4915)
Bassoonian Jul 5, 2024
3babd7f
shiny roll calc as separate function
cawtds Jul 6, 2024
60c7588
IsFinalStrikeEffect uses effect instead of move (#4917)
Sneed69 Jul 6, 2024
5dda4b8
fishing chain only resets on failed attempt or when map warping, enco…
cawtds Jul 6, 2024
de609a2
Added missing redirect abilities Gen 3-4 config (#4920)
AsparagusEduardo Jul 7, 2024
6404241
Fixed P_UPDATED_ABILITIES not reverting newly given abilities in Gens…
AsparagusEduardo Jul 7, 2024
805a630
Fixed B_TRANSITION_SHRED_SPLIT from softlocking the game (#4919)
pkmnsnfrn Jul 8, 2024
4ddae07
Removed AI_FLAG_HELP_PARTNER (#4918)
pkmnsnfrn Jul 8, 2024
cc0a9ac
Fixes wrong nature on partner (#4926)
AlexOn1ine Jul 8, 2024
637a707
Add missing adjust scores (#4925)
AlexOn1ine Jul 8, 2024
8ec3a85
Fix safari zone player healthbox (#4927)
Bassoonian Jul 8, 2024
40950b6
shop menu allows for 6 digits item prices
DizzyEggg Jul 8, 2024
eea736c
shop menu allows for 6 digits item prices (#4929)
tertu-m Jul 8, 2024
0f21415
Minor AI flag fixes / cleanup (#4924)
Pawkkie Jul 8, 2024
49e9379
Battle Anim Debug Check (#4930)
ghoulslash Jul 8, 2024
e1a6876
Bitter Malice description fix (#4933)
kleeenexfeu Jul 8, 2024
e1d8ef8
Dynamic AI Functions (#4908)
ghoulslash Jul 9, 2024
b5160b7
Fixed SPECIES_NONE's overworld data not compiling when ObjectEventGra…
AsparagusEduardo Jul 9, 2024
76d7600
Flame Burst + Substitute fix (#4939)
hedara90 Jul 10, 2024
c0eb9af
Version 1.8.5 (#4921)
AsparagusEduardo Jul 10, 2024
0613af5
Untag
AsparagusEduardo Jul 10, 2024
fb708b7
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 10, 2024
e953a80
Added OW_USE_FAKE_RTC and OW_ALTERED_TIME_RATIO (#4910)
pkmnsnfrn Jul 10, 2024
7b6ff1b
Fixes Trace turn order (#4941)
AlexOn1ine Jul 10, 2024
88cfd9e
fix: Removed `LoadSpriteSheetByTemplate` offset's dependence on EWRAM…
aarant Jul 11, 2024
b695ddf
Merge branch 'followers-expanded-id' of https://github.com/aarant/pok…
Bassoonian Jul 11, 2024
ef76a6b
Merge branch 'upcoming' into disablefollowersbydefault
Bassoonian Jul 11, 2024
9e0af6c
Merrp's follower merge (11th of July) (#4944)
AsparagusEduardo Jul 11, 2024
7c23a39
Disable OW followers by default (#4720)
ghoulslash Jul 11, 2024
f85bff6
Fix Basculegion's gen9 level up learnset (#4948)
Bassoonian Jul 11, 2024
deb2b69
Fix Diamond Storm's effect (#4947)
Bassoonian Jul 11, 2024
522a8ba
Allow users to increase MAX_MONEY (#4943)
pkmnsnfrn Jul 13, 2024
edc883d
Refactors residual damage (#4945)
AlexOn1ine Jul 13, 2024
d224db4
Consolidated Lilycove Contest Lady's values into one struct (#4951)
fdeblasio Jul 13, 2024
550e668
Support C-Style `enum` in preproc (#1984)
SBird1337 Jul 13, 2024
50f368e
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
Bassoonian Jul 13, 2024
e480f73
Pret Merge (13th of July) (#4964)
mrgriffin Jul 13, 2024
3e03419
Add OW_FLAG_PAUSE_TIME, pausefakertc, resumefakertc and togglefakertc…
pkmnsnfrn Jul 13, 2024
5e2e2e9
Minor shouldUseGimmick refactor (#4962)
AlexOn1ine Jul 13, 2024
385b701
Fix fake RTC being on by default (#4965)
Bassoonian Jul 13, 2024
45275fe
Fix Infinite Tera Orb racharging (#4863)
AlexOn1ine Jul 13, 2024
f6d2b28
Fix Tera indicators (#4960)
Bassoonian Jul 13, 2024
c721f1b
Smarter Focus Punch and Substitute (#4952)
Pawkkie Jul 14, 2024
d410f56
Add P_CAN_FORGET_HIDDEN_MOVE (#4968)
pkmnsnfrn Jul 14, 2024
9c1a85e
trainerproc: use -traditional-cpp to preserve Unicode characters (#4969)
mrgriffin Jul 14, 2024
0b9cdf4
Update README.md (#4966)
Bassoonian Jul 14, 2024
5c38532
Add B_ENEMY_THROW_BALLS, B_PLAYER_THROW_BALLS_SOUND, and B_ENEMY_THRO…
pkmnsnfrn Jul 14, 2024
6aa308e
EFFECT_PHOTON_GEYSER and restored EFFECT_SHELL_SIDE_ARM work for phys…
Sneed69 Jul 14, 2024
b084dcd
Fix Upper Hand being used blindly (#4973)
Pawkkie Jul 14, 2024
2b40e79
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 15, 2024
b5a7185
Fix U-Turn With Ace Mon (#4748) (#4972)
Pawkkie Jul 15, 2024
cfcac0b
Clean up battle scripts (#4839)
Bassoonian Jul 15, 2024
684e8af
Vanilla species names fit in health box without narrowing (#4979)
iriv24 Jul 15, 2024
0d0100d
Reduces AI_WhoStrikesFirst to the most essential parts (#4978)
AlexOn1ine Jul 15, 2024
7b3b635
Add AUTO_LOWERCASE_KEYBOARD (#4976)
pkmnsnfrn Jul 15, 2024
0e21e0d
replace gTransformedPersonalities[battlerAtk] in HandleLoadSpecialPok…
iriv24 Jul 15, 2024
7703cb3
trainerproc documentation (#4734)
hedara90 Jul 16, 2024
d333f9f
Fix typos in trainers.party documentation (#4988)
innocenthedgehog Jul 17, 2024
23aa9f0
trainers.h (#4990)
mrgriffin Jul 17, 2024
19fff81
Fixes AI not being aware during calcs
AlexOn1ine Jul 17, 2024
2ad81d3
Deprecate agbcc (#4989)
mrgriffin Jul 17, 2024
0625c90
fix tests when B_USE_FROSTBITE is TRUE (#4986)
fakuzatsu Jul 17, 2024
b21ffa1
Changes score adjustments to tempScore increases (#4987)
AlexOn1ine Jul 17, 2024
6264045
Fixes residual damage order. #4945 Follow up. (#4993)
AlexOn1ine Jul 18, 2024
93ee3a9
Fix Psycho Shift Frostbite interaction (#4995)
Bassoonian Jul 18, 2024
552e276
Fixes to Opportunist and Mirror Herb adjustments (#4928)
AlexOn1ine Jul 19, 2024
9ff30ee
Fix frontier ineligibility fix (#4997)
Bassoonian Jul 19, 2024
296bd05
Fix tests not compiling outside of CI (#4998)
Bassoonian Jul 19, 2024
f2311b4
Add trainer class ball test (#4999)
Bassoonian Jul 19, 2024
98eb4e5
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 19, 2024
5ccf3e2
Fix chain fishing shiny rolls (#4906)
tertu-m Jul 19, 2024
9d5e253
Improved Test Runner Summary (#4641)
AsparagusEduardo Jul 20, 2024
01831a3
Temporarely revert regional form inheritance (#5004)
AsparagusEduardo Jul 20, 2024
7e509c4
Added Terapagos Stellar Sprite (#5008)
hedara90 Jul 21, 2024
0b02527
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 21, 2024
3fa6bf4
Test battlers always have their forced abilities (#4707)
Sneed69 Jul 21, 2024
aac6ebd
Fixes Sleep Talk, Toxic Debris and Jaboca/Rowap Berry issues; Adds Sl…
PhallenTree Jul 21, 2024
0bcd6a5
Make Snow Warning description respect config (#5018)
kittenchilly Jul 22, 2024
67551db
Fixes AI not being aware during calcs (#4992)
ghoulslash Jul 22, 2024
30ff2fa
fix givemon random ivs
cawtds Jul 22, 2024
84e249f
Some tera tests (#5020)
hedara90 Jul 22, 2024
305c1ba
Fix random IVs for givemon (#5021)
tertu-m Jul 22, 2024
ae48293
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 23, 2024
7a4df80
Added Ogerpon Tera Sprites (#4996)
hedara90 Jul 23, 2024
3f4b4ad
Updated reference to config location to new location (#5026)
hedara90 Jul 23, 2024
3d2b861
Fix WSL1 install instructions
luckytyphlosion Jul 23, 2024
7b2914c
Fix Mold Breaker-like abilities, AI Move Accuracy function, Fury Cutt…
PhallenTree Jul 24, 2024
298ee34
fix givemon not giving Cherish Ball (#5022)
Sneed69 Jul 24, 2024
7f6ddcf
Update all level up learnsets to Indigo Disk (#5023)
kittenchilly Jul 24, 2024
7ae6b1d
fix fishing minigame
cawtds Jul 24, 2024
062856c
Add Memento to Risky AI flag (#5032)
Pawkkie Jul 25, 2024
5b251b6
trainerproc: Support Ogerpon
mrgriffin Jul 25, 2024
c69107a
Fix fishing minigame (#5031)
pkmnsnfrn Jul 25, 2024
a372035
Trainerproc: Support Ogerpon (#5035)
hedara90 Jul 25, 2024
b4792d3
Add Axe Kick animation
kittenchilly Jul 25, 2024
a16448c
Update and clean up Battle Debug (#4643)
kittenchilly Jul 25, 2024
3d65141
Fixed Sandile sprite (#5038)
hedara90 Jul 25, 2024
cc00446
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 26, 2024
b0b63f6
Added Ivy Cudgel Animation (#5034)
hedara90 Jul 26, 2024
8b2774e
Fixes cantBeSurpressed ability check for breakable abilities
AlexOn1ine Jul 26, 2024
89563cb
check for breakable ability
AlexOn1ine Jul 26, 2024
dfd63fd
func CanBreakThroughAbility
AlexOn1ine Jul 26, 2024
5dd10a4
forgot abilityShield check
AlexOn1ine Jul 26, 2024
3c1fbbb
Fixes cantBeSurpressed ability check for breakable abilities (#5043)
Pawkkie Jul 26, 2024
e82e3b4
Allow flags in trigger scripts (#4900)
DizzyEggg Jul 26, 2024
7316e54
Merge pull request #2016 from luckytyphlosion/master
luckytyphlosion Jul 26, 2024
91b48a1
Added constant for NUM_SNOWFLAKE_SPRITES
pkmnsnfrn Jul 27, 2024
30f8ccf
Merge pull request #2017 from PokemonSanFran/numSnowflakeSpritesConstant
mrgriffin Jul 27, 2024
c603e11
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
Bassoonian Jul 27, 2024
1cf2592
Pret Merge (27th of July) (#5045)
AsparagusEduardo Jul 27, 2024
1e87733
Changed EVO_OVERWORLD_STEPS to use an EWRAM variable (#5047)
AsparagusEduardo Jul 27, 2024
bb47174
Renamed EVO_DEFEAT_WITH_ITEM to EVO_DEFEAT_THREE_WITH_ITEM (#5046)
AsparagusEduardo Jul 27, 2024
18aff2d
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 27, 2024
f22666c
Merge branch 'master' into axekick-anim
kittenchilly Jul 28, 2024
9979fe0
Update battle_anim_scripts.s
kittenchilly Jul 28, 2024
904d592
Shorten squish anim
kittenchilly Jul 28, 2024
b54226d
Add Axe Kick animation (#5039)
hedara90 Jul 28, 2024
a89820f
Fixed Hidden Power damage category for PSS < GEN_4 (#5053)
hedara90 Jul 29, 2024
b4eca0a
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 29, 2024
54c19af
Fixed B_HEAL_BELL_SOUNDPROOF checking for Gen9+ instead of Gen8+ (#5060)
AsparagusEduardo Jul 29, 2024
3372503
Added OBJ_EVENT_GFX_SPECIES_SHINY macro (#5049)
AsparagusEduardo Jul 29, 2024
7422051
Fixed the animation tables being different sizes (#5063)
hedara90 Jul 29, 2024
ab9f8e6
Fixes Stalwart/Propeller Tail, Life Orb on confusion, Remove Status w…
PhallenTree Jul 30, 2024
a89fc9d
Added AI Flags Documentation To Directory For New Documentation Site …
anrichtait Jul 30, 2024
e6175b5
Fixes spread damage in double battles (#5064)
AlexOn1ine Jul 31, 2024
05ff7ce
Tweak IV generation slightly (#4876)
tertu-m Jul 31, 2024
3b9ea5b
Adds battle frontier conversion script (#5040)
AlexOn1ine Jul 31, 2024
8450268
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Jul 31, 2024
de8002e
Removes unnecessary checks for Shield Dust and Covert Cloak (#5073)
AlexOn1ine Aug 1, 2024
57fc0fd
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Aug 1, 2024
62b4ea5
Fixed bottom half of Mt. Pyre not being labeled in PokeNav
fdeblasio Aug 1, 2024
f953226
Merge branch '_RHH/upcoming' into _RHH/pr/master/1.9.0
AsparagusEduardo Aug 1, 2024
7ec24b8
Merge branch '_RHH/upcoming' into _RHH/pr/master/1.9.0
AsparagusEduardo Aug 1, 2024
fb76dfb
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Aug 1, 2024
4082adf
Start 1.10.0 cycle
AsparagusEduardo Aug 1, 2024
483121d
Version 1.8.6 (#5005)
AsparagusEduardo Aug 1, 2024
a2685d0
Version 1.9.0 (#5076)
AsparagusEduardo Aug 2, 2024
512c44b
Start 1.9.1 cycle
AsparagusEduardo Aug 1, 2024
3af93bd
FRLG+ whiteout message (#4967)
cawtds Aug 2, 2024
346b29f
Remove metadata in AIF files (#4958)
SombrAbsol Aug 2, 2024
45835a2
Fixed stray transparent pixels in Urshifu sprites (#5071)
hedara90 Aug 2, 2024
841bac2
Improve 1.8 => 1.9 COMPETITIVE_PARTY_SYNTAX changelog entry
mrgriffin Aug 2, 2024
ed20ff5
Improve 1.8 ⇒ 1.9 non-Competitive syntax migration instructions (#5079)
mrgriffin Aug 2, 2024
9d97537
Fix speed ties (#4780)
mrgriffin Aug 3, 2024
0f3f291
Merge remote-tracking branch 'rhh/master' into master_merge
AlexOn1ine Aug 3, 2024
052258a
03.08.2024 Master merge (#5083)
Bassoonian Aug 3, 2024
41a79e3
IsValidForBattle function formatting (#5085)
AlexOn1ine Aug 3, 2024
0fb48e8
Fixed expanded OW IDs
pkmnsnfrn Aug 4, 2024
369efc1
Fix two small text errors in follower dialogue
Bassoonian Aug 4, 2024
4dce7db
Another text fix
Bassoonian Aug 4, 2024
9ac8d0d
Optimize/get rid of unused palette vars/functions (#4841)
DizzyEggg Aug 5, 2024
e0f66c8
Merge pull request #38 from PokemonSanFran/followers-owTowerFix
aarant Aug 5, 2024
fd3cb6f
How to docs and fixes to be added to the mdbook documentation site (#…
anrichtait Aug 5, 2024
9a3c6d0
Merge pull request #2018 from fdeblasio/fixMtPyreLabel
GriffinRichards Aug 5, 2024
1f93c25
use `OBJ_EVENT_GFX_SPECIES_MASK` in `bufferspeciesname` (#5088)
SBird1337 Aug 5, 2024
12351d5
Changes Evolution methods to Enums (#4977)
AlexOn1ine Aug 5, 2024
55159be
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
Bassoonian Aug 5, 2024
745db06
Doesn't compile on some compilers (#5099)
AlexOn1ine Aug 5, 2024
dbb9ee8
Change GET_MOVE_TYPE to a function (#5090)
AlexOn1ine Aug 6, 2024
9e98258
Pret Merge (5th of August) (#5098)
AsparagusEduardo Aug 6, 2024
89cba94
Update event.inc to accomodate new gDecompressionBuffer name (#5100)
Bassoonian Aug 6, 2024
67f049f
Fixes Defiant interaction with Court Changed Sticky Web + Fickle Beam…
PhallenTree Aug 6, 2024
29bb658
Fixed some overworld palettes
Aug 6, 2024
a9492f5
Fixed Xerneas
Aug 6, 2024
08f8ccd
Follower palette fix (#5107)
tertu-m Aug 6, 2024
db3bb40
Accidentaly the Giratina origin overworld shiny pal (#5108)
hedara90 Aug 6, 2024
e4f09c8
Move Relearner now displays move category (#5081)
kittenchilly Aug 6, 2024
8d79ea1
Merge pull request #39 from Bassoonian/followersstringfixes
aarant Aug 7, 2024
5293e67
Merge branch 'followers' into followers-expanded-id
aarant Aug 7, 2024
312749d
Changed type1 and type2 to be consistent (#2021)
pkmnsnfrn Aug 7, 2024
207129e
Merge branch 'followers-expanded-id' of https://github.com/aarant/pok…
Bassoonian Aug 7, 2024
ce74c85
Move effect TODO tests - Volume C (#5094)
AsparagusEduardo Aug 7, 2024
9f845a7
Fix Switch AI Bug: AI never switching out when it could be OHKO'd (#5…
Pawkkie Aug 7, 2024
cb4e687
Merge branch 'master' of https://github.com/pret/pokeemerald into pre…
Bassoonian Aug 7, 2024
5635f94
More changes from typeX to types[X]
pkmnsnfrn Aug 7, 2024
0b1f06b
Merrp merge (7th of August) (#5110)
Bassoonian Aug 7, 2024
5fbe5a3
Updated spacing per https://github.com/rh-hideout/pokeemerald-expansi…
pkmnsnfrn Aug 7, 2024
b8dab58
Update include/battle.h
pkmnsnfrn Aug 7, 2024
c390999
Pret Merge (7th of August) (#5116)
Bassoonian Aug 8, 2024
6bbc060
Fixed non-grass Ivy Cudgel breaking battle UI (#5117)
hedara90 Aug 8, 2024
355739d
Dynamic Move Types in Summary Screen/Battle (#5084)
Galaxeeh Aug 8, 2024
754beee
Created COMPOUND_STRINGs for default player names (#5037)
fdeblasio Aug 8, 2024
36aea8b
Changed single-use berry blender strings to be COMPOUND_STRINGs (#4963)
fdeblasio Aug 8, 2024
a5e0738
trainerproc: Parse line markers (#5122)
mrgriffin Aug 8, 2024
182809b
Made perfect IV count into a granular setting (#5115)
AsparagusEduardo Aug 8, 2024
113f8de
Merge branch '_RHH/master' into _RHH/upcoming
AsparagusEduardo Aug 8, 2024
55fbf52
Merge branch '_RHH/upcoming' into _RHH/review/unify_battlescript_end
AsparagusEduardo Aug 10, 2024
b43c0a6
Fix gimmicks
AsparagusEduardo Aug 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/01_battle_engine_bugs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ body:
label: Version
description: What version of pokeemerald-expansion are you using as a base?
options:
- 1.8.1 (Latest release)
- 1.9.0 (Latest release)
- master (default, unreleased bugfixes)
- upcoming (Edge)
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- pre-1.7.0
- pre-1.8.0
validations:
required: true
- type: input
Expand Down
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/02_battle_ai_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ body:
label: Version
description: What version of pokeemerald-expansion are you using as a base?
options:
- 1.8.1 (Latest release)
- 1.9.0 (Latest release)
- master (default, unreleased bugfixes)
- upcoming (Edge)
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- pre-1.7.0
- pre-1.8.0
validations:
required: true
- type: input
Expand Down
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/04_other_errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ body:
label: Version
description: What version of pokeemerald-expansion are you using as a base?
options:
- 1.8.1 (Latest release)
- 1.9.0 (Latest release)
- master (default, unreleased bugfixes)
- upcoming (Edge)
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- pre-1.7.0
- pre-1.8.0
validations:
required: true
- type: input
Expand Down
48 changes: 48 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Docs
on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install latest mdbook
run: |
tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
mkdir mdbook
curl -sSL $url | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build Book
run: |
cd docs
mdbook build
- name: Check if Pages is enabled
uses: octokit/[email protected]
id: check_pages
continue-on-error: true
with:
route: GET /repos/{repo}/pages
repo: ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Pages
uses: actions/configure-pages@v4
if: steps.check_pages.outcome == 'success'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/book'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
if: steps.check_pages.outcome == 'success'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ prefabs.json
*.sym
*.js
src/data/map_group_count.h
tools/trainerproc/trainerproc
56 changes: 32 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,53 @@
# Pokeemerald-Expansion Changelogs

## 1.9.x
- **[Version 1.9.0](docs/changelogs/1.9.x/1.9.0.md) - ✨ Feature Release**

## 1.8.x
- ### [Version 1.8.1](docs/changelogs/1.8.1.md) - HOTFIX Release 🔥
- ### [Version 1.8.0](docs/changelogs/1.8.0.md) - Feature Release ✨
- **[Version 1.8.6](docs/changelogs/1.8.x/1.8.6.md) - 🧹 Bugfix Release**
- **[Version 1.8.5](docs/changelogs/1.8.x/1.8.5.md) - 🧹 Bugfix Release**
- **[Version 1.8.4](docs/changelogs/1.8.x/1.8.4.md) - 🧹 Bugfix Release**
- **[Version 1.8.3](docs/changelogs/1.8.x/1.8.3.md) - 🧹 Bugfix Release**
- **[Version 1.8.2](docs/changelogs/1.8.x/1.8.2.md) - 🧹 Bugfix Release**
- **[Version 1.8.1](docs/changelogs/1.8.x/1.8.1.md) - 🔥 HOTFIX Release**
- **[Version 1.8.0](docs/changelogs/1.8.x/1.8.0.md) - ✨ Feature Release**

## 1.7.x
- ### [Version 1.7.4](docs/changelogs/1.7.4.md) - Bugfix Release 🧹
- ### [Version 1.7.3](docs/changelogs/1.7.3.md) - Bugfix Release 🧹
- ### [Version 1.7.2](docs/changelogs/1.7.2.md) - Bugfix Release 🧹
- ### [Version 1.7.1](docs/changelogs/1.7.1.md) - Bugfix Release 🧹
- ### [Version 1.7.0](docs/changelogs/1.7.0.md) - Feature Release
- **[Version 1.7.4](docs/changelogs/1.7.x/1.7.4.md) - 🧹 Bugfix Release**
- **[Version 1.7.3](docs/changelogs/1.7.x/1.7.3.md) - 🧹 Bugfix Release**
- **[Version 1.7.2](docs/changelogs/1.7.x/1.7.2.md) - 🧹 Bugfix Release**
- **[Version 1.7.1](docs/changelogs/1.7.x/1.7.1.md) - 🧹 Bugfix Release**
- **[Version 1.7.0](docs/changelogs/1.7.x/1.7.0.md) - Feature Release**

## 1.6.x
- ### [Version 1.6.2](docs/changelogs/1.6.2.md) - Bugfix Release 🧹
- ### [Version 1.6.1](docs/changelogs/1.6.1.md) - HOTFIX Release 🔥
- ### [Version 1.6.0](docs/changelogs/1.6.0.md) - Feature Release
- **[Version 1.6.2](docs/changelogs/1.6.x/1.6.2.md) - 🧹 Bugfix Release**
- **[Version 1.6.1](docs/changelogs/1.6.x/1.6.1.md) - 🔥 HOTFIX Release**
- **[Version 1.6.0](docs/changelogs/1.6.x/1.6.0.md) - Feature Release**

## 1.5.x
- ### [Version 1.5.3](docs/changelogs/1.5.3.md) - HOTFIX Release 🔥
- ### [Version 1.5.2](docs/changelogs/1.5.2.md) - Bugfix Release 🧹
- ### [Version 1.5.1](docs/changelogs/1.5.1.md) - Bugfix Release 🧹
- ### [Version 1.5.0](docs/changelogs/1.5.0.md) - Feature Release
- **[Version 1.5.3](docs/changelogs/1.5.x/1.5.3.md) - 🔥 HOTFIX Release**
- **[Version 1.5.2](docs/changelogs/1.5.x/1.5.2.md) - 🧹 Bugfix Release**
- **[Version 1.5.1](docs/changelogs/1.5.x/1.5.1.md) - 🧹 Bugfix Release**
- **[Version 1.5.0](docs/changelogs/1.5.x/1.5.0.md) - Feature Release**

## 1.4.x
- ### [Version 1.4.3](docs/changelogs/1.4.3.md) - Bugfix Release 🧹
- ### [Version 1.4.2](docs/changelogs/1.4.2.md) - Bugfix Release 🧹
- ### [Version 1.4.1](docs/changelogs/1.4.1.md) - HOTFIX Release 🔥
- ### [Version 1.4.0](docs/changelogs/1.4.0.md) - Feature Release
- **[Version 1.4.3](docs/changelogs/1.4.x/1.4.3.md) - 🧹 Bugfix Release**
- **[Version 1.4.2](docs/changelogs/1.4.x/1.4.2.md) - 🧹 Bugfix Release**
- **[Version 1.4.1](docs/changelogs/1.4.x/1.4.1.md) - 🔥 HOTFIX Release**
- **[Version 1.4.0](docs/changelogs/1.4.x/1.4.0.md) - Feature Release**

## 1.3.x
- ### [Version 1.3.0](docs/changelogs/1.3.0.md) - Feature Release
- **[Version 1.3.0](docs/changelogs/1.3.x/1.3.0.md) - Feature Release**

## 1.2.x
- ### [Version 1.2.0](docs/changelogs/1.2.0.md) - Feature Release
- **[Version 1.2.0](docs/changelogs/1.2.x/1.2.0.md) - Feature Release**

## 1.1.x
- ### [Version 1.1.1](docs/changelogs/1.1.1.md) - Bugfix Release 🧹
- ### [Version 1.1.0](docs/changelogs/1.1.0.md) - Feature Release
- **[Version 1.1.1](docs/changelogs/1.1.x/1.1.1.md) - 🧹 Bugfix Release**
- **[Version 1.1.0](docs/changelogs/1.1.x/1.1.0.md) - Feature Release**

## 1.0.x
- ### [Version 1.0.0](docs/changelogs/1.0.0.md) - Feature Release
- **[Version 1.0.0](docs/changelogs/1.0.x/1.0.0.md) - Feature Release**

## Pre-1.0.x:
- ### [Version 0.9.0](docs/changelogs/0.9.0.md) - Retroactive Version 🦕
- **[Version 0.9.0](docs/changelogs/0.9.x/0.9.0.md) - 🦕 Retroactive Version**
89 changes: 68 additions & 21 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,23 @@ WSL1 is the preferred terminal to build **pokeemerald Expansion**. The following
- Otherwise, **open WSL** and go to [Choosing where to store pokeemerald Expansion (WSL1)](#Choosing-where-to-store-pokeemerald-expansion-WSL1).

### Installing WSL1
1. Open [Windows Powershell **as Administrator**](https://i.imgur.com/QKmVbP9.png), and run the following command (Right Click or Shift+Insert is paste in the Powershell).
1. Open [Windows Powershell **as Administrator**](https://i.imgur.com/QKmVbP9.png), and run the following commands (Right Click or Shift+Insert is paste in the Powershell).

```powershell
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --install -d Ubuntu --enable-wsl1
```

2. Once the process finishes, restart your machine.

3. The next step is to choose and install a Linux distribution from the Microsoft Store. The following instructions will assume Ubuntu as the Linux distribution of choice.
<details>
<summary><i>Note for advanced users...</i></summary>

> You can pick a preferred Linux distribution, but setup instructions may differ. Debian should work with the given instructions, but has not been tested.
</details>
3. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL1.

4. Open the [Microsoft Store Linux Selection](https://aka.ms/wslstore), click Ubuntu, then click Get, which will install the Ubuntu distribution.
```powershell
wsl --set-version Ubuntu 1
```
<details>
<summary><i>Notes...</i></summary>
<summary><i>Note...</i></summary>

> Note 1: If a dialog pops up asking for you to sign into a Microsoft Account, then just close the dialog.
> Note 2: If the link does not work, then open the Microsoft Store manually, and search for the Ubuntu app (choose the one with no version number).
> WSL may open automatically after restarting, but you can ignore it for now.
</details>

### Setting up WSL1
Expand Down Expand Up @@ -215,9 +211,9 @@ Note that in msys2, Copy is Ctrl+Insert and Paste is Shift+Insert.

To install Python on msys2, simply run the following commands:

```bash
pacman -S mingw-w64-x86_64-python3
```
```bash
pacman -S mingw-w64-x86_64-python3
```

Python is now installed.

Expand Down Expand Up @@ -310,6 +306,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
```

2. - If libpng is **not installed**, then go to [Installing libpng (macOS)](#installing-libpng-macos).
- If pkg-config is **not installed**, then go to [Installing pkg-config (macos)](#installing-pkg-config-macos).
- If devkitARM is **not installed**, then go to [Installing devkitARM (macOS)](#installing-devkitarm-macos).
- Otherwise, **open the Terminal** and go to [Choosing where to store pokeemerald Expansion (macOS)](#choosing-where-to-store-pokeemerald-expansion-macos)

Expand All @@ -329,6 +326,26 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
```
libpng is now installed.

Continue to [Installing pkg-config (macOS)](#installing-pkg-config-macos) if **pkg-config is not installed**. Otherwise, continue to [Installing devkitARM (macOS)](#installing-devkitarm-macos) if **devkitARM is not installed**.

If both pkg-config and devkitARM are already installed, go to [Choosing where to store pokeemerald Expansion (macOS)](#choosing-where-to-store-pokeemerald-expansion-macos).

### Installing pkg-config (macOS)
<details>
<summary><i>Note for advanced users...</i></summary>

> This guide installs pkg-config via Homebrew as it is the easiest method, however advanced users can install pkg-config through other means if they so desire.
</details>

1. Open the Terminal.
2. If Homebrew is not installed, then install [Homebrew](https://brew.sh/) by following the instructions on the website.
3. Run the following command to install libpng.

```bash
brew install pkg-config
```
pkg-config is now installed.

Continue to [Installing devkitARM (macOS)](#installing-devkitarm-macos) if **devkitARM is not installed**, otherwise, go to [Choosing where to store pokeemerald Expansion (macOS)](#choosing-where-to-store-pokeemerald-expansion-macos).

### Installing devkitARM (macOS)
Expand All @@ -346,6 +363,18 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for

4. After the tools are installed, devkitARM must now be made accessible from anywhere by the system. To do so, run the following commands:

```bash
export DEVKITPRO=/opt/devkitpro
echo "export DEVKITPRO=$DEVKITPRO" >> ~/.zshrc
export DEVKITARM=$DEVKITPRO/devkitARM
echo "export DEVKITARM=$DEVKITARM" >> ~/.zshrc

echo "if [ -f ~/.zshrc ]; then . ~/.zshrc; fi" >> ~/.zprofile
```
*Note: Starting with macOS 10.15, the default Unix shell is now zsh. If you migrated from an older version of macOS, you might still be using bash. You can check my running `echo $0` in the terminal.*
<details>
<summary><i>If your terminal is using bash instead of zsh...</i></summary>

```bash
export DEVKITPRO=/opt/devkitpro
echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc
Expand All @@ -354,6 +383,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for

echo "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" >> ~/.bash_profile
```
</details>

### Installing Python (macOS)
1. Download the latest Python package from [here](https://www.python.org/downloads/).
Expand Down Expand Up @@ -441,6 +471,20 @@ devkitARM is now installed.

Then proceed to [Choosing where to store pokeemerald Expansion (Linux)](#choosing-where-to-store-pokeemerald-expansion-linux).

### NixOS
Run the following command to start an interactive shell with the necessary packages:
```bash
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
```
Then proceed to [Choosing where to store pokeemerald Expansion (Linux)](#choosing-where-to-store-pokeemerald-expansion-linux).

### NixOS
Run the following command to start an interactive shell with the necessary packages:
```bash
nix-shell -p pkgsCross.arm-embedded.stdenv.cc git pkg-config libpng
```
Then proceed to [Choosing where to store pokeemerald Expansion (Linux)](#choosing-where-to-store-pokeemerald-expansion-linux).

### Other distributions
_(Specific instructions for other distributions would be greatly appreciated!)_

Expand Down Expand Up @@ -558,7 +602,8 @@ Note that this is not necessary for a non-modern (agbcc) build since those are b

<details>
<summary><i>Deprecated; installing agbcc is optional since 1.7.0</i>.</summary>
2. Install agbcc into pokeemerald-expansion. The commands to run depend on certain conditions. **You should only follow one of the listed instructions**:

1. Install agbcc into pokeemerald-expansion. The commands to run depend on certain conditions. **You should only follow one of the listed instructions**:
- If agbcc has **not been built before** in the folder where you chose to store pokeemerald Expansion, run the following commands to build and install it into pokeemerald-expansion:

```bash
Expand Down Expand Up @@ -587,18 +632,20 @@ Note that this is not necessary for a non-modern (agbcc) build since those are b
<details>
<summary><i>Note...</i></summary>

> If building agbcc or pokeemerald results in an error, try deleting the agbcc folder and re-installing agbcc as if it has not been built before.
> If building agbcc or pokeemerald results in an error, try deleting the agbcc folder and re-installing agbcc as if it has not been built before.
</details>

3. Once agbcc is installed, change directory back to the base directory where pokeemerald-expansion and agbcc are stored:
2. Once agbcc is installed, change directory back to the base directory where pokeemerald-expansion and agbcc are stored:

```bash
cd ..
```

4. To compile with agbcc:

```make agbcc```
3. To compile with agbcc:

```bash
make agbcc
```

</details>

Expand Down
Loading
Loading