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

Version 1.2.0 #2381

Merged
merged 152 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
152 commits
Select commit Hold shift + click to select a range
f317b54
Updated Teleport
LOuroboros Dec 9, 2021
43053d2
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeeme…
LOuroboros May 6, 2022
0cb6529
functional but not perfect implementation
AgustinGDLV May 6, 2022
542a0f0
fixed bug bite / bestow
AgustinGDLV May 7, 2022
2ffff78
fixed Fling
AgustinGDLV May 7, 2022
195a290
Small corrections
LOuroboros May 6, 2022
9d222d3
fixed gems and damage-reducing berries
AgustinGDLV May 7, 2022
fa334b2
minor tweaks
AgustinGDLV May 7, 2022
c7bee35
fixed conflict with new PR
AgustinGDLV May 7, 2022
7b01543
Merge branch 'battle_engine' into symbiosis
AgustinGDLV May 7, 2022
0330656
Change triple kick power calculation
Sneed69 May 14, 2022
7cc284c
learning GetBattlerHoldEffect is a thing
AgustinGDLV May 15, 2022
729302c
Merge branch 'symbiosis' of https://github.com/AgustinGDLV/pokeemeral…
AgustinGDLV May 15, 2022
8f728dc
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeeme…
LOuroboros Jul 3, 2022
c04f7d5
Changed B_TELEPORT_BEHAVIOR's description comment
LOuroboros Jul 3, 2022
a1f921c
Fixed CanTeleport
LOuroboros Jul 4, 2022
3277826
Save party mons ai
DizzyEggg Aug 22, 2022
05ec8fb
AI knows Party mons
DizzyEggg Aug 23, 2022
18203a0
Fix makefile
DizzyEggg Aug 23, 2022
21867a6
Merge branch 'master' into AI
AsparagusEduardo Aug 24, 2022
2bd06de
Update battle_debug.c
AsparagusEduardo Aug 24, 2022
ec4ff0a
Update battle_debug.c
AsparagusEduardo Aug 24, 2022
922bbac
Updated GetMonFriendshipScore
LOuroboros Aug 26, 2022
df4c065
Separated P_NEW_POKEMON into sections by generation.
AsparagusEduardo Aug 30, 2022
e9a5442
Removed unused ITEM_EXPANSION constants from base stats
AsparagusEduardo Aug 30, 2022
925384e
Generations of Pokémon can now be disabled individually
AsparagusEduardo Aug 30, 2022
c2c1844
Updated HasAllMons to account for all Pokémon
AsparagusEduardo Aug 30, 2022
452b135
I forgot to replace the function calls where appropriate :P
LOuroboros Aug 31, 2022
74c3fdf
Flag to allow certain species to always have perfect IVs (like Partne…
AsparagusEduardo Sep 4, 2022
a4c242f
Implemented Shiny Lock functionality
AsparagusEduardo Sep 5, 2022
d0d4c52
Update src/pokemon.c
AsparagusEduardo Sep 5, 2022
2ee843c
Proper label for species flags
AsparagusEduardo Sep 5, 2022
d699ea3
Fixed macro alignments
AsparagusEduardo Sep 5, 2022
c8afeea
Generate trainer pic palettes from image
GriffinRichards Sep 5, 2022
584bfe0
[debug] add support for mgba printf
Sep 6, 2022
8705d16
Merge branch 'master' of https://github.com/rh-hideout/pokeemerald-ex…
LOuroboros Sep 6, 2022
7fe1e70
Merge remote-tracking branch 'RHH_origin/master' into RHH/pr/pokemonC…
AsparagusEduardo Sep 8, 2022
21df8c2
Added SPECIES_FLAG_CANNOT_BE_TRADED
AsparagusEduardo Sep 9, 2022
8449f23
Merge remote-tracking branch 'RHH_origin/master' into RHH/pr/pokemonF…
AsparagusEduardo Sep 9, 2022
0418706
Add misc constant usage to field_weather_effect
GriffinRichards Sep 12, 2022
492380b
gReservedSpritePaletteCount using MAX_BATTLERS_COUNT for battles
AsparagusEduardo Sep 14, 2022
36494c1
Merge pull request #1783 from AsparagusEduardo/pret/pr/battlerReserve…
GriffinRichards Sep 14, 2022
bca1267
Altered MAX_FRONTIER_PARTY_SIZE to be automatically calculated by the…
AsparagusEduardo Sep 15, 2022
63156b4
Removed malloc macro
AsparagusEduardo Sep 16, 2022
e412ec3
Removed calloc macro
AsparagusEduardo Sep 16, 2022
8a68596
Removed free macro
AsparagusEduardo Sep 16, 2022
13877f7
Minor documentation
tustin2121 Sep 17, 2022
c371a44
Formatting
tustin2121 Sep 17, 2022
5c55e44
More diagrams
tustin2121 Sep 17, 2022
f3ac3e4
Merge remote-tracking branch 'RHH_origin/master' into RHH/dev_1.x
AsparagusEduardo Sep 18, 2022
681ad8c
Merge remote-tracking branch 'RHH_origin/dev_1.x' into RHH/pr/pokemon…
AsparagusEduardo Sep 18, 2022
adb4e54
Fixed multi battle battler coordinates and party menu when only one P…
AsparagusEduardo Sep 19, 2022
add3625
fix natural cure, shed skin, early bird check in ShouldSwitchIfGameSt…
Sep 19, 2022
c137b01
Update debug.c
LOuroboros Sep 19, 2022
5f67335
Fixed typo in BoxMonKnowsMove
LOuroboros Sep 19, 2022
6e0481e
Merge pull request #2336 from ghoulslash/be/aiswitch
AsparagusEduardo Sep 19, 2022
192312d
Extrapolated Battle Arena's move Mind ratings
AsparagusEduardo Sep 19, 2022
6868d8a
Merge pull request #2338 from LOuroboros/BoxMonMon
AsparagusEduardo Sep 19, 2022
24aebf0
Merge pull request #2337 from LOuroboros/patch-2
AsparagusEduardo Sep 19, 2022
d04a852
Update debug.c
LOuroboros Sep 20, 2022
5261645
Merge pull request #2340 from LOuroboros/patch-2
AsparagusEduardo Sep 20, 2022
cad8922
Replace battle-type flags in GetAiLogicData with BATTLE_TYPE_HAS_AI
StubbornOne Sep 21, 2022
29c3f57
Merge pull request #2343 from StubbornOne/GetAiLogicData
AsparagusEduardo Sep 21, 2022
e74fa7b
Merge pull request #1785 from AsparagusEduardo/pret/pr/malloc
GriffinRichards Sep 22, 2022
9bcc36f
Merge pull request #1767 from GriffinRichards/trainer-pals
GriffinRichards Sep 22, 2022
b834155
Merge pull request #1779 from GriffinRichards/sync-fld-weather
GriffinRichards Sep 22, 2022
d79252a
Merge pull request #1784 from AsparagusEduardo/pret/pr/FrontierPartySize
GriffinRichards Sep 22, 2022
1107ff9
Clean up shop.c
GriffinRichards Sep 22, 2022
7e112b0
Added missing uses of JOY_xx macros
AsparagusEduardo Sep 23, 2022
ad92474
Merge pull request #1788 from AsparagusEduardo/pret/pr/newKeys
GriffinRichards Sep 23, 2022
44a5a8d
[debug] fix AGBAssert for AGBPrintf debug block
Sep 23, 2022
22329d3
[debug] use boolean constants for nStopProgram
Sep 23, 2022
12670e8
[debug] simplify macros, add EX versions
Sep 23, 2022
343d7f7
[debug] do not use heap allocation for MgbaPrintf
Sep 23, 2022
9b6b164
Merge pull request #1768 from SBird1337/feature/mgba-print
GriffinRichards Sep 23, 2022
6440525
Updated IsViableZMove
LOuroboros Sep 24, 2022
88f22e9
Merge pull request #2349 from LOuroboros/patch-2
AsparagusEduardo Sep 24, 2022
c64593c
Fixed LTBTS's animation
LOuroboros Sep 24, 2022
696d908
Made Z-Moves always show the right type
LOuroboros Sep 24, 2022
6bf794e
Merge pull request #2350 from LOuroboros/yagami
AsparagusEduardo Sep 24, 2022
bb564d8
Merge pull request #2353 from LOuroboros/siTypes
AsparagusEduardo Sep 24, 2022
d59d8b9
Merge branch 'dev' into AI
AsparagusEduardo Sep 24, 2022
ba9f085
Merge pull request #2230 from DizzyEggg/AI
AsparagusEduardo Sep 24, 2022
a483899
Merge branch 'dev' into symbiosis
AsparagusEduardo Sep 24, 2022
c22671d
add overwrittenAbilities field
Sep 24, 2022
0fa8e20
Style changes from upstream
AsparagusEduardo Sep 24, 2022
0f743c4
Merge pull request #2117 from AgustinGDLV/symbiosis
AsparagusEduardo Sep 24, 2022
38df216
Merge pull request #2355 from ghoulslash/be/aiparty
AsparagusEduardo Sep 24, 2022
17c8842
Merge branch 'dev' into teleport
AsparagusEduardo Sep 24, 2022
e950da0
Merge pull request #2121 from LOuroboros/teleport
AsparagusEduardo Sep 24, 2022
5500e64
Reworked the debug menu's PC access
LOuroboros Sep 24, 2022
d8b3919
Ignore Porymap's prefabs file
GriffinRichards Sep 24, 2022
00eb676
Small tweak to the new check in PCTurnOffEffect
LOuroboros Sep 25, 2022
13573b6
Merge pull request #2356 from LOuroboros/PeeC
AsparagusEduardo Sep 25, 2022
8e9bfda
Update field_specials.c
LOuroboros Sep 25, 2022
b8aa34a
Merge pull request #2357 from LOuroboros/patch-2
AsparagusEduardo Sep 25, 2022
0f35f08
Gender icon in naming screen based on Pokémon name length
AsparagusEduardo Sep 25, 2022
4579efe
Merge pull request #1790 from AsparagusEduardo/pret/pr/namingScreenGe…
GriffinRichards Sep 25, 2022
a9ab328
Fixed IsPlayerInFrontOfPC
LOuroboros Sep 25, 2022
3b983aa
Apply suggestions from code review
AsparagusEduardo Sep 25, 2022
2a02cef
Merge pull request #2358 from LOuroboros/PeeCee
AsparagusEduardo Sep 25, 2022
f969eff
Merge remote-tracking branch 'pret/master' into RHH/pr/pretmerge_2022…
AsparagusEduardo Sep 25, 2022
057f76b
Cleaned up missing JOY macros
AsparagusEduardo Sep 25, 2022
f695ddd
Ignore new Porymap config
GriffinRichards Sep 25, 2022
5054cf3
Documented unk40EF in Summary Screen
AsparagusEduardo Sep 26, 2022
b8bf9de
Merge pull request #1791 from AsparagusEduardo/pret/pr/unk40EF
GriffinRichards Sep 26, 2022
886a487
Added LoadMonIconPalettePersonality to load gender specific pokemon i…
TheXaman Sep 26, 2022
dfdfb72
Separate config for updated move types
AsparagusEduardo Sep 26, 2022
e41c2ef
Merge pull request #2361 from AsparagusEduardo/RHH/pr/moveTypeConfig
ghoulslash Sep 26, 2022
8ecdf68
Merge pull request #2360 from TheXaman/rhh_pokemon_debug_fix
ghoulslash Sep 26, 2022
ff42806
Merge pull request #2335 from AsparagusEduardo/RHH/pr/MultiBattleFix
ghoulslash Sep 26, 2022
e515e52
Add DISPLAY_TILE_* constants
GriffinRichards Sep 26, 2022
ae21e16
Reworked Mind Points
AsparagusEduardo Sep 27, 2022
6e276b5
Merge pull request #2339 from AsparagusEduardo/RHH/pr/MindRatings
ghoulslash Sep 27, 2022
2532343
trace records target ability
Sep 27, 2022
757ed2e
Merge pull request #2364 from ghoulslash/be/trace
AsparagusEduardo Sep 27, 2022
5ca1b92
Added missing Bide exception to Battle Arena Mind Points
AsparagusEduardo Sep 27, 2022
3d214f8
Merge remote-tracking branch 'RHH_origin/dev' into RHH/pr/pokemonFlags
AsparagusEduardo Sep 27, 2022
fb9105f
Added Mega Evolution flag
AsparagusEduardo Sep 27, 2022
d248993
Special handling for Mew's Teachable moveset
AsparagusEduardo Sep 28, 2022
90ad112
Sorry Mewtwo ^^;
AsparagusEduardo Sep 28, 2022
8dad7cc
[doc] clean up casts in decompress.c
Sep 29, 2022
1ae5010
Merge pull request #1794 from SBird1337/doc/decompress-casts
GriffinRichards Sep 29, 2022
79a3441
Add additional DISPLAY_TILE_WIDTH usage
GriffinRichards Sep 29, 2022
af171eb
Merge remote-tracking branch 'pret/master' into RHH/pr/pretmerge_2022…
AsparagusEduardo Oct 1, 2022
764bed6
Fixed berserk not activating if mon falls to exactly half HP.
StephenLynx Oct 1, 2022
d0895a7
Merge pull request #2370 from StephenLynx/master
AsparagusEduardo Oct 2, 2022
e8ed0bd
Changed ballMultiplier to account for future Hisuian ball multipliers
AsparagusEduardo Oct 4, 2022
a20334f
Removed unused functions in item header
AsparagusEduardo Oct 5, 2022
cefbf59
Merge pull request #1797 from AsparagusEduardo/pret/pr/item
GriffinRichards Oct 5, 2022
c6e4c29
Merge pull request #1792 from GriffinRichards/display-tiles
GriffinRichards Oct 6, 2022
e293986
Merge pull request #1793 from GriffinRichards/clean-shop
GriffinRichards Oct 6, 2022
f3bddd1
Fix typo
tustin2121 Oct 6, 2022
ea168d1
Fix typo 2: revelations
tustin2121 Oct 7, 2022
bb2e64b
Merge pull request #1786 from tustin2121/patch-spritestuff
GriffinRichards Oct 7, 2022
923046c
Merge pull request #2359 from AsparagusEduardo/RHH/pr/pretmerge_20220925
ghoulslash Oct 7, 2022
7c7eb8a
Merge pull request #2365 from AsparagusEduardo/RHH/pr/BattleArenaBide
ghoulslash Oct 7, 2022
1e04c80
Merge pull request #2367 from AsparagusEduardo/RHH/pr/feature/MewTeach
ghoulslash Oct 7, 2022
d7f7fa7
Merge pull request #2376 from AsparagusEduardo/RHH/pr/feature/ballsMulti
ghoulslash Oct 7, 2022
441586f
Merge pull request #2293 from AsparagusEduardo/RHH/pr/pokemonFlags
ghoulslash Oct 7, 2022
02c6bc6
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-…
LOuroboros Oct 7, 2022
50ca188
Replaced didMegaEvo with a shiny new species flag
LOuroboros Oct 7, 2022
9b97748
Merge remote-tracking branch 'RHH_origin/upcoming' into RHH/pr/pokemo…
AsparagusEduardo Oct 7, 2022
5f6e97a
Merge pull request #2283 from AsparagusEduardo/RHH/pr/pokemonConfig
ghoulslash Oct 7, 2022
68b474c
Merge remote-tracking branch 'pret/master' into RHH/pr/pretmerge_2022…
AsparagusEduardo Oct 7, 2022
2a8048b
Removed ItemId_GetId like in upstream
AsparagusEduardo Oct 7, 2022
8ea0600
Battle text pauses config
AsparagusEduardo Oct 7, 2022
9164f03
Merge pull request #2141 from Sneed69/Triple-Kick-Fix
ghoulslash Oct 7, 2022
1a9f6ab
Merge pull request #2380 from AsparagusEduardo/RHH/pr/feature/bWaitTime
ghoulslash Oct 7, 2022
06bddba
Merge pull request #2379 from AsparagusEduardo/RHH/pr/pretmerge_20221007
ghoulslash Oct 7, 2022
589c969
Removed unused access to struct MegaEvolutionData in GetBattlerFriend…
LOuroboros Oct 7, 2022
2ce340e
Merge pull request #2262 from LOuroboros/becomingAHero
AsparagusEduardo Oct 7, 2022
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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ build/
.DS_Store
*.ddump
.idea/
porymap.project.cfg
porymap.*.cfg
prefabs.json
.vscode/
*.a
.fuse_hidden*
Expand Down
13 changes: 13 additions & 0 deletions asm/macros/battle_script.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,14 @@
various BS_ATTACKER, VARIOUS_SWAP_SIDE_STATUSES
.endm

.macro canteleport battler:req
various \battler, VARIOUS_CAN_TELEPORT
.endm

.macro getbattlerside battler:req
various \battler, VARIOUS_GET_BATTLER_SIDE
.endm

@ helpful macros
.macro setstatchanger stat:req, stages:req, down:req
setbyte sSTATCHANGER, \stat | \stages << 3 | \down << 7
Expand Down Expand Up @@ -2132,3 +2140,8 @@
.macro skydropyawn
various 0, VARIOUS_SKY_DROP_YAWN
.endm

@ Used by effects that may proc Symbiosis but do not call removeitem.
.macro trysymbiosis
various BS_ATTACKER, VARIOUS_TRY_SYMBIOSIS
.endm
4 changes: 2 additions & 2 deletions data/battle_anim_scripts.s
Original file line number Diff line number Diff line change
Expand Up @@ -30451,11 +30451,11 @@ LightThatBurnsTheSkyGreenSparks:
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x30 0x2c 0x0 0x28 0x0 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x30 0x2c 0x40 0x28 0x1 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x30 0x2c 0x80 0x28 0x0 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x30 0x2c SOUND_PAN_ATTACKER 0x28 0x2 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x30 0x2c 0x0 0x28 0x2 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x15 0x2c 0x0 0x28 0x0 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x15 0x2c 0x40 0x28 0x1 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x15 0x2c 0x80 0x28 0x0 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x15 0x2c SOUND_PAN_ATTACKER 0x28 0x2 0x3
launchtemplate gLightThatBurnsTheSkyGreenSparkSpriteTemplate 0x83 0x8 0x0 0x0 0x15 0x2c 0x0 0x28 0x2 0x3
delay 0x10
return

Expand Down
39 changes: 39 additions & 0 deletions data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ BattleScript_EffectFlingConsumeBerry:
restorebattleritem BS_TARGET
BattleScript_FlingEnd:
tryfaintmon BS_TARGET
trysymbiosis
goto BattleScript_MoveEnd

BattleScript_FlingFlameOrb:
Expand Down Expand Up @@ -1392,6 +1393,7 @@ BattleScript_MoveEffectBugBite::
consumeberry BS_ATTACKER, TRUE @ consume the berry, then restore the item from changedItems
bicword gHitMarker, HITMARKER_NO_ANIMATIONS
setbyte sBERRY_OVERRIDE, FALSE
trysymbiosis
return

BattleScript_EffectCoreEnforcer:
Expand Down Expand Up @@ -1763,6 +1765,7 @@ BattleScript_EffectBestow:
waitanimation
printstring STRINGID_BESTOWITEMGIVING
waitmessage B_WAIT_TIME_LONG
trysymbiosis
goto BattleScript_MoveEnd

BattleScript_EffectAfterYou:
Expand Down Expand Up @@ -5173,7 +5176,14 @@ BattleScript_EffectTeleport:
attackcanceler
attackstring
ppreduce
.if B_TELEPORT_BEHAVIOR >= GEN_7
canteleport BS_ATTACKER
jumpifbyte CMP_EQUAL, gBattleCommunication, TRUE, BattleScript_EffectTeleportNew
goto BattleScript_ButItFailed
.else
jumpifbattletype BATTLE_TYPE_TRAINER, BattleScript_ButItFailed
.endif
BattleScript_EffectTeleportTryToRunAway:
getifcantrunfrombattle BS_ATTACKER
jumpifbyte CMP_EQUAL, gBattleCommunication, BATTLE_RUN_FORBIDDEN, BattleScript_ButItFailed
jumpifbyte CMP_EQUAL, gBattleCommunication, BATTLE_RUN_FAILURE, BattleScript_PrintAbilityMadeIneffective
Expand All @@ -5184,6 +5194,29 @@ BattleScript_EffectTeleport:
setoutcomeonteleport BS_ATTACKER
goto BattleScript_MoveEnd

BattleScript_EffectTeleportNew:
getbattlerside BS_ATTACKER
jumpifbyte CMP_EQUAL, gBattleCommunication, B_SIDE_OPPONENT, BattleScript_EffectTeleportTryToRunAway
attackanimation
waitanimation
openpartyscreen BS_ATTACKER, BattleScript_EffectTeleportNewEnd
switchoutabilities BS_ATTACKER
waitstate
switchhandleorder BS_ATTACKER, 2
returntoball BS_ATTACKER
getswitchedmondata BS_ATTACKER
switchindataupdate BS_ATTACKER
hpthresholds BS_ATTACKER
trytoclearprimalweather
printstring STRINGID_EMPTYSTRING3
waitmessage 1
printstring STRINGID_SWITCHINMON
switchinanim BS_ATTACKER, TRUE
waitstate
switchineffects BS_ATTACKER
BattleScript_EffectTeleportNewEnd:
goto BattleScript_MoveEnd

BattleScript_EffectBeatUp::
attackcanceler
accuracycheck BattleScript_PrintMoveMissed, ACC_CURR_MOVE
Expand Down Expand Up @@ -9841,3 +9874,9 @@ BattleScript_MagicianActivates::
call BattleScript_AbilityPopUp
call BattleScript_ItemSteal
return

BattleScript_SymbiosisActivates::
call BattleScript_AbilityPopUp
printstring STRINGID_SYMBIOSISITEMPASS
waitmessage B_WAIT_TIME_LONG
return
5 changes: 1 addition & 4 deletions gflib/malloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
#define GUARD_ALLOC_H

#define HEAP_SIZE 0x1C000
#define malloc Alloc
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free

#define FREE_AND_SET_NULL(ptr) \
{ \
free(ptr); \
Free(ptr); \
ptr = NULL; \
}

Expand Down
19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aqua_admin_f.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aqua_admin_m.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aqua_grunt_f.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aqua_grunt_m.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aqua_leader_archie.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/arena_tycoon_greta.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/aroma_lady.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/battle_girl.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/beauty.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/bird_keeper.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/black_belt.pal

This file was deleted.

19 changes: 0 additions & 19 deletions graphics/trainers/palettes/bug_catcher.pal

This file was deleted.

Loading