Zimmermann Gyula
0d2b400953
Tag previously-unused icon pals as such in code. ( #4072 )
2024-01-26 13:46:05 +01:00
Eduardo Quezada
5119ee2d39
Can disable follower graphics
2024-01-24 20:13:07 -03:00
Eduardo Quezada
f5239aae3c
Reading Follower data from gSpeciesInfo
2024-01-24 19:28:40 -03:00
Bassoonian
c8c97edf89
Update teachable_learnsets.h ( #4064 )
2024-01-24 18:52:26 +01:00
Bassoonian
78708cad55
Adds universal move array ( #4052 )
...
* Add universal move list
* Exclude TM illiterates from learning universal moves
* Add config for literacy checks
* Fix config check
* Update src/pokemon.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Other review remarks
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-24 11:45:22 -03:00
Eduardo Quezada D'Ottone
6d1d6a5d5f
Fixed test battle move category assumptions ( #4051 )
...
* Fixed move category assumptions
* Update test/battle/ai_check_viability.c
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-24 10:43:57 +01:00
Bassoonian
4c21c85ee2
PLA Items ( #3825 )
...
* Add PLA item data
* Add most item sprites
* Incorporate review feedback
2024-01-23 18:24:58 +01:00
Eduardo Quezada
2e1a3d4191
Pic table capitalization
2024-01-23 14:13:39 -03:00
Eduardo Quezada
45caead1c2
Missing ascending frames
2024-01-23 14:11:14 -03:00
Eduardo Quezada
c29a33ea78
Moved follower sprites to graphics/pokemon folder
2024-01-23 14:04:16 -03:00
Eduardo Quezada
ebbcb7d025
Whitespace, documentation and style
2024-01-22 19:12:52 -03:00
Eduardo Quezada
00e2ca6030
Merge branch '_RHH/master' into _RHH/upcoming
...
# Conflicts:
# data/battle_scripts_1.s
# include/constants/battle_move_effects.h
# src/battle_ai_util.c
# src/battle_script_commands.c
# src/battle_tv.c
# src/data/battle_moves.h
# src/data/pokemon/species_info/gen_9.h
2024-01-22 15:56:10 -03:00
Eduardo Quezada
ea10a1dc55
Fixed compile
2024-01-22 13:46:32 -03:00
Eduardo Quezada
19b4731c3b
Added subfolders to follower sprites (to be moved to the general mon graphic folder
2024-01-22 13:09:26 -03:00
Alex
91f429b5e5
Fixes Glimmering Charm ( #4047 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-22 13:55:08 +01:00
Bassoonian
b99ec5d43c
Update level_up_learnsets.h ( #4046 )
2024-01-22 00:07:19 +01:00
Alex
0ec777dd24
Fixes Mind Blown / Magic Guard interaction and renames Steel Beam effect ( #4043 )
...
* Fixes Mind Blown / Magic Guard interaction and renames Steel Beam effect
* review fixes
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 23:42:01 +01:00
Ariel A
b56158428e
Added new follower pokeballs & toggle.
...
Credit: shikashipx
2024-01-21 17:21:33 -05:00
Ninjdai
7ba3f53d42
Add ITEMS_COUNT and ITEM_NAME_LENGTH to RHH rom header ( #3988 )
...
* Add item count to RHH rom header
There was no way for an external program to access the ITEMS_COUNT.
* Add items.h include
* Add itemNameLength to RHH rom header
* Added padding for additional u8s
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Change itemsCount to a u16
* Fix padding (again)
* Update src/rom_header_rhh.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 18:25:43 -03:00
Mathew Arnold
a01d442f36
Fixed Kingra's learnset gen ( #4044 )
...
In level_up_learnsets.h, Kingdra's learnset was inside a check for P_GEN_4_CROSS_EVOS. As a Gen 2 Pokemon, this has been updated to check for P_GEN_2_CROSS_EVOS instead.
2024-01-21 18:23:55 +01:00
Bassoonian
9286b80866
Remove illegal moves from teachable learnsets ( #4042 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-21 13:02:45 +01:00
Alex
35e2157c09
Fixes ability Corrosion ( #4037 )
...
* Fixes ability Corrosion
* forgot AI_CanPoisonType
* More tests
* review comments applied
* more review changes
* simplify CanPosionType (original state)
* remove redundant function
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 12:27:58 +01:00
Alex
04fa3aa725
Fixes Emergency Exit when hp is restored over tag out range ( #4041 )
...
* Fixes Emergency Exit when hp is restored over tag out range
* Update test/battle/ability/emergency_exit.c
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 11:08:25 +01:00
Bassoonian
53a46b7a29
Remove faulty teachable learnset moves ( #4039 )
2024-01-21 10:25:37 +01:00
Philipp AUER
73a1fa30e9
fix: emergency exit cutoff off by 1 on odd max hp ( #4040 )
...
* fix: emergency exit cutoff off by 1 on odd max hp
* squash!: newline at end of file
---------
Co-authored-by: sbird <sbird@no.tld>
2024-01-21 09:11:10 +01:00
Alex
d125da7797
Fixes Life Orb + Eject Pack / Red Card interaction ( #4038 )
...
* Fixes Life Orb + Eject Pack / Red Card interaction
* fix test
2024-01-20 22:48:34 +01:00
Alex
b0c76563bf
Fixes Psychic Noise, Aroma Veil interaction in doubles ( #4021 )
...
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-20 14:10:22 +01:00
Eduardo Quezada
89958a0dc0
Gen 4+ followers
2024-01-20 00:32:52 -03:00
Eduardo Quezada
48df87577b
Ascending frames
2024-01-19 23:50:52 -03:00
Eduardo Quezada
9ff599963c
0xFFFF -> TAG_NONE
2024-01-19 23:50:38 -03:00
Eduardo Quezada
e452ee93b9
Preparing ready for Gen 4+ followers
2024-01-19 23:06:32 -03:00
Zimmermann Gyula
58102e6fe8
Fix a typo in the Berry Exp. config setup. ( #4028 )
2024-01-19 23:58:58 +01:00
Eduardo Quezada D'Ottone
6857497f60
Debug menu tweaks ( #4025 )
...
* Moved Access PC to the first option of the PC/Bag debug submenu
* Prevent item give music from cutting off by having a shorter jingle
* Removed redundant "Give all TMs" option
---------
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-19 21:06:21 +01:00
Eduardo Quezada
11b97597c8
Moved old mon graphics to its own folder so it's easier for the script to run
2024-01-19 14:52:34 -03:00
Eduardo Quezada
17a7c26b90
Reverted accidental INCBIN_COMPs
2024-01-19 14:27:11 -03:00
Eduardo Quezada
9d27aa7b70
Fixed Steelix, Lugia, Ho-Oh, Wailord, Kyogre and Rayquaza sizes
2024-01-19 14:26:43 -03:00
Eduardo Quezada
d1f02a8395
Centered follower sprite better in debug menu
2024-01-19 14:24:50 -03:00
Bassoonian
f3342de00b
Condense Oinkologne teachable learnsets ( #4026 )
...
* Condense Oinkologne teachable learnsets
* Fix redundant backslash
2024-01-19 17:01:14 +01:00
GriffinR
bcd5fc1481
Merge pull request #1972 from GriffinRichards/metatile-labels
...
Remove non-existent tilesets from label comments and alphabetize
2024-01-19 10:44:29 -05:00
Nephrite
89a632cfa4
Moved scripts array to src/data/battle_move_effects.h ( #3994 )
...
* Created gMoveBattleEffects array
* Renamed array to gBattleMoveEffects
Applied array in battle_util.c and battle_script_commands.c; doesn't build yet...
* Got it building...
* Added missing battle_tv effects
* Fixed and got it building
I'm an idiot sometimes
* Added battle_tv scores, encourage Encore flag
All works and builds just fine
* Merge fixes
* Reformatted battle_move_effects
Also tweaked struct, added macro
---------
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-19 16:44:09 +01:00
GriffinR
1eadbc39da
Merge pull request #1973 from AsparagusEduardo/_pret/pr2/braces
...
Fixed braces style
2024-01-19 10:40:25 -05:00
Eduardo Quezada
1aa7fea14f
Made OW_GFX_COMPRESS into C ifs
2024-01-19 10:58:02 -03:00
Eduardo Quezada
d4f97c7a38
Fixed Groudon follower size
2024-01-19 10:42:21 -03:00
Eduardo Quezada
7e8ea89ded
Merge branch '_RHH/master' into _RHH/upcoming
2024-01-19 09:34:05 -03:00
tertu
179a0ea97a
Seed the RNG with the time in seconds in HQ mode ( #3812 )
2024-01-19 10:27:42 +00:00
Alex
d3dbfaf1af
Adds function AI_CalcMoveScore to more easily control score increases ( #3984 )
...
* Adds function AI_CalcMoveScore to more easily control score increases
2024-01-19 09:48:31 +00:00
Eduardo Quezada D'Ottone
fd5d5cd055
Fixed incorrect family toggle preproc blocks ( #4024 )
...
* Fixed incorrect family toggle preproc blocks
* More fixes
2024-01-19 09:28:51 +01:00
Eduardo Quezada
8cab1b7094
Fixed braces style
2024-01-18 17:07:17 -03:00
GriffinR
8e8d2f5efa
Remove non-existent tilesets from label comments and alphabetize
2024-01-18 14:31:04 -05:00
Eduardo Quezada
396a44cd17
Follower animation in debug menu
2024-01-18 15:54:36 -03:00