cawtds
dd8f38f18e
massive refactoring: removed new_menu_helpers and aligned with expansion
2024-09-04 23:41:17 +02:00
cawtds
435f8ebda4
updated battle engine to 0bb43626afe2cdc6f9bdd7c246e2dca7198ddab3
2024-08-27 21:05:49 +02:00
cawtds
b02dc89213
refactored text_window.c and aligend more closely with emerald
2024-08-23 14:51:09 +02:00
cawtds
768ce26cbe
added trainer slide, fixed follower and trainer see font color, refactoring
2024-07-31 19:35:20 +02:00
cawtds
2d09a14b02
pokemon config updates
2024-07-25 17:38:50 +02:00
cawtds
79a4c19733
fix more compiler warnings
2024-06-13 23:33:48 +02:00
cawtds
d55f15e57e
readded some key item field functions, pokedex refactoring
2024-05-25 14:45:33 +02:00
cawtds
7afbec3526
fixed evolution learn moves
2024-05-04 13:46:40 +02:00
cawtds
15e04f6f97
fixed sprite when form changing
...
fixed form changes reverting at the end of a battle
replaced personality based shiny sprites with new shiny flag
2024-05-03 02:52:29 +02:00
cawtds
8d43d7f975
updated Cmd_yesnoboxlearnmove
2024-05-01 20:32:05 +02:00
cawtds
3ff2bf88c1
removed gEvolutionTable
2024-04-27 15:32:50 +02:00
cawtds
d17698ee8f
changed all ability variables to u16 or larger
...
added ability capsule and ability patch functionality
removed unused ribbons to free space in pokemonsubstruct3 for hidden ability
2024-04-26 22:09:46 +02:00
cawtds
e5172d1b48
fixed evolution stone usage
...
GetEvolutionTargetSpecies now usesnew evolution handling
removed national dex restriction for gen2+ evolutions
2024-04-25 23:12:36 +02:00
cawtds
0ab492f7e8
working version with SpeciesInfo and new Moves
2024-03-17 18:04:06 +01:00
GriffinR
dcdb9024d8
Sync palette macros
2023-05-26 14:52:21 -04:00
GriffinR
e78094de85
Document fonts
2022-11-22 14:20:27 -05:00
GriffinR
99ce8e358f
Document/sync misc remaining symbols
2022-11-02 15:29:04 -04:00
GriffinR
3de70980e5
Document text window
2022-10-05 15:00:58 -04:00
GriffinR
da955aaf64
Document safari reactions, move b string ids to constants
2022-08-23 11:11:50 -04:00
Eduardo Quezada
95dd979f09
Font constants and slight PSS sync
2022-07-31 21:00:27 -04:00
Eduardo Quezada
c97e88b437
Review changes
2022-07-29 16:57:13 -04:00
Eduardo Quezada
4c9e831a05
Standarized use of star in void and struct pointers
2022-07-29 11:20:00 -04:00
Eduardo Quezada
7f53f533bb
Synced src/battle_script_commands.c
2022-07-29 09:42:03 -04:00
Eduardo Quezada
0709da5867
Multiple changes 2
2022-07-28 01:20:05 -04:00
Eduardo Quezada
f5e9cc595b
Multiple changes
...
- BATTLESTRINGS_ID_ADDER ->BATTLESTRINGS_TABLE_START
- Defines for battle windows
- MAIL_NONE
- MON_DATA_FILLER -> MON_DATA_UNUSED_RIBBONS
- Usage of BattlePutTextOnWindow with masks
- PlayCry1 -> PlayCry_Normal
- BlendPalettes(0xFFFFFFFF -> BlendPalettes(PALETTES_ALL
- FillPalette(0 -> FillPalette(RGB_BLACK
2022-07-27 18:14:48 -04:00
Eduardo Quezada
a81c1539e5
SpriteCallbackDummy2 -> SpriteCallbackDummy_2
2022-07-27 14:45:55 -04:00
Eduardo Quezada
36791b994b
speciesToEvolve -> postEvoSpecies
2022-07-27 14:44:41 -04:00
Eduardo Quezada
611112269e
StringCopy10 to StringCopy_Nickname
2022-07-27 14:35:19 -04:00
Eduardo Quezada
f998a7b661
tData7 and tData8
2022-07-27 14:23:03 -04:00
Eduardo Quezada
3b98289de2
BeginNormalPaletteFade PALETTES_ALL documentation
2022-07-27 13:16:28 -04:00
Kurausukun
e80a68327b
[LEAK-INFORMED] fix CreateShedinja fakematch
2021-05-31 01:20:36 -04:00
GriffinR
d21090cf04
Merge pull request #406 from hjk321/index-graphics
...
Document, Index, and Prettify Graphics, Part 1 (A-H)
2021-04-23 14:01:11 -04:00
hjk321
e3e7a7423a
Document and index evolution_scene
2021-04-10 15:47:58 -05:00
Kurausukun
4b182affb6
standardize "grey" to "gray"
2021-04-09 22:34:08 -04:00
Kurausukun
4446da96fe
fix text color names
2021-04-09 01:11:31 -04:00
Deokishisu
57e3f5e0f8
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered
...
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented.
The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-16 16:56:31 -05:00
GriffinR
1f6dc0e86b
Use trainer constants in flags, automatically update flags/vars count
2021-01-29 15:50:01 -05:00
GriffinR
bb56d4a3f4
Give songs meaningful english names
2020-08-29 03:11:03 -04:00
PikalaxALT
ea207f6334
Clean up includes
2020-04-08 17:03:26 -04:00
PikalaxALT
b7c28c4be7
Remove redundant include lines
2020-02-21 15:00:56 -05:00
PikalaxALT
a1b2110052
Address review comments
2019-11-20 16:36:38 -05:00
PikalaxALT
19212151e2
Add missing files; documentation
2019-11-20 14:18:08 -05:00
PikalaxALT
e1bdb76ab0
ID --> Id
2019-11-20 11:34:37 -05:00
PikalaxALT
e7cb5476c4
Port evolution_scene
2019-11-20 11:08:30 -05:00