DizzyEggg
a7b9d139da
Fix Wall Werrors on modern ( #3412 )
...
* Fix Wall Werror errors
* fix hgss pokedex modern errors
* tests build on modern
* learnset change
* Update src/battle_ai_util.c
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
* Update src/battle_anim_new.c
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
* Update src/debug.c
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
* Update src/debug.c
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
* Update src/pokedex_plus_hgss.c
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
* review changes
* unused cmd args
* various args back
---------
Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
2023-10-13 18:39:35 +02:00
Eduardo Quezada
3aaa89ce71
Changed all instances of gSpeciesNames so that it uses GetSpeciesName
2023-07-07 14:37:51 -04:00
Eduardo Quezada
adfc0af372
Mon graphics are now loaded depending on their availability
...
- If it has a female sprite/palette, it's loaded.
- If it the species is enabled and it has a sprite/palette, it's loaded.
- Otherwise, load the SPECIES_NONE graphics.
2023-07-07 14:36:30 -04:00
Eduardo Quezada
4bbb3a1e51
Merge branch 'RHH/master' into RHH/upcoming
2023-07-05 19:28:37 -04:00
gruxor
68ce97cd90
Fixed shadows in viewer ( #3094 )
...
* Fixed shadows in viewer + minor arg signature fix
* Unfixed castform functions, upcoming removal
2023-07-02 19:41:47 -04:00
Eduardo Quezada D'Ottone
81e59ace25
Cleaned up remaining Castform hack stuff ( #3063 )
...
* Removed gCastformFrontSpriteCoords
* Removed sCastformElevations and IsCastformForm
* Removed sCastformBackSpriteYCoords and castformPalette in BattleStruct
* Scrubbed unused BS commands
* Removed B_ANIM_CASTFORM_CHANGE and BattleForm constants
* Removed redundant function in Pokémon Debug menu
* Removed handling in animation scripts
* Removed gBattleMonForms
* Reduced MAX_MON_PIC_FRAMES to 2
* Removed Castform/Cherrim makefile stuff
* Fixed weather form change tests not checking species.
* Fixed Castform palettes after Lunos' PR
2023-06-30 09:58:07 +02:00
Eduardo Quezada
9d1149c423
Merge branch 'RHH/upcoming' into RHH/pr/sync/pretmerge_20221124
...
# Conflicts:
# src/pokemon.c
2022-11-29 17:40:09 -03:00
Eduardo Quezada
e858b4e709
Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pretmerge_20221124
...
# Conflicts:
# include/battle.h
# src/battle_ai_script_commands.c
# src/battle_ai_switch_items.c
# src/battle_dome.c
# src/battle_main.c
# src/battle_pike.c
# src/battle_script_commands.c
# src/battle_tower.c
# src/data/pokemon/species_info.h
# src/pokemon.c
2022-11-24 15:36:00 -03:00
Eduardo Quezada
011ec16f1e
Organized conffig files into their own folder and cleaned up
2022-11-14 11:03:49 -03:00
gruxor
610a8efb7d
Replaced busy-wait loops
2022-10-17 11:21:06 -04:00
Eduardo Quezada
3d214f8204
Merge remote-tracking branch 'RHH_origin/dev' into RHH/pr/pokemonFlags
...
# Conflicts:
# src/pokemon.c
2022-09-27 10:13:32 -03:00
TheXaman
886a487bf1
Added LoadMonIconPalettePersonality to load gender specific pokemon icon palettes
2022-09-26 12:40:30 +02:00
Eduardo Quezada
de32940fdf
Further removed trailing whitespaces
2022-09-13 16:26:36 -03:00
Eduardo Quezada
2ee843c70d
Proper label for species flags
2022-09-04 22:13:28 -03:00
Eduardo Quezada
af137c9b9d
Multiple changes
...
- Simplified LoadSpecialPokePic
- Changed all checks flag checks to houldShowFemaleDifferences
2022-08-25 03:42:41 -04:00
Eduardo Quezada
afcc1178b2
Merge remote-tracking branch 'pret/master' into MergedBranchUltimate
...
# Conflicts:
# data/battle_ai_scripts.s
# data/battle_scripts_1.s
# include/battle_controllers.h
# include/battle_script_commands.h
# include/battle_util.h
# include/constants/battle_script_commands.h
# include/constants/global.h
# include/decompress.h
# src/battle_anim_effects_1.c
# src/battle_anim_normal.c
# src/battle_anim_poison.c
# src/battle_anim_water.c
# src/battle_arena.c
# src/battle_controller_link_opponent.c
# src/battle_controller_link_partner.c
# src/battle_controller_opponent.c
# src/battle_controller_player.c
# src/battle_controller_player_partner.c
# src/battle_controller_recorded_opponent.c
# src/battle_controller_recorded_player.c
# src/battle_controller_safari.c
# src/battle_controller_wally.c
# src/battle_gfx_sfx_util.c
# src/battle_interface.c
# src/battle_main.c
# src/battle_message.c
# src/battle_script_commands.c
# src/battle_util.c
# src/berry.c
# src/data/trainers.h
# src/decompress.c
# src/field_effect.c
# src/hall_of_fame.c
# src/overworld.c
# src/pokeball.c
# src/pokemon.c
# src/pokemon_icon.c
# src/pokemon_storage_system.c
# src/scrcmd.c
2022-08-22 20:30:45 -04:00
ghoulslash
a0aaad2856
Merge pull request #2016 from AsparagusEduardo/PE_genderDiff
...
Optimized SpeciesHasGenderDifference into Base Stat flag
2022-01-13 11:55:29 -05:00
TheXaman
813fc6d726
fixes: -const and offset data not beeing reset on form change
...
-new offset values not beeing applied on normal/shiny change
2022-01-05 12:34:54 +01:00
Eduardo Quezada D'Ottone
d328c2e006
Fixed references by debug menu.
2022-01-01 21:07:49 -03:00
LOuroboros
677da7b5e7
Fixed struct names
2021-12-28 14:48:57 -03:00
TheXaman
cbd6553c43
changed L/R Button position to account for numbered animations
2021-12-14 10:15:13 +01:00
TheXaman
7a669565cc
fixed the back button, didnt work as intended
2021-12-14 10:04:57 +01:00
TheXaman
9ce83b559e
if elevation is changed to != 0 the shadow is shown
2021-12-14 10:01:04 +01:00
TheXaman
c4fea6a189
fixed Groudon terrain (dont forget your breaks...)
2021-12-14 09:46:26 +01:00
Eduardo Quezada D'Ottone
7738d67314
Slight documentation
2021-12-13 23:52:16 -03:00
Eduardo Quezada D'Ottone
037370fe19
Showing animation number
2021-12-13 23:33:25 -03:00
Eduardo Quezada D'Ottone
5d7ac2171f
Animations reload when switching Forms
2021-12-13 22:57:39 -03:00
Eduardo Quezada D'Ottone
e95020c59a
Fixed form wrapping to the left.
2021-12-13 22:01:31 -03:00
TheXaman
fe95e88938
added option to view changes for front/back sprite picCoords and elevation live
2021-12-13 22:31:37 +01:00
TheXaman
f1f4082f62
added footprints
2021-12-13 19:24:19 +01:00
TheXaman
a334f7f5e0
changed all missed ones to #if P_ENABLE_DEBUG == TRUE @LOuroboros
2021-12-13 18:58:13 +01:00
TheXaman
d300b8f56c
fixed front sprite shadow palette
2021-12-13 15:37:06 +01:00
TheXaman
e33abe6213
fixed castform elevation calculation
2021-12-13 15:13:51 +01:00
TheXaman
123969f093
fixed front sprite position including elevation and shadow for flying mon's (shadow palette too dark atm)
2021-12-13 15:05:17 +01:00
TheXaman
a249737e0e
removed dead code (arrows dont have a left animation)
2021-12-11 15:06:54 +01:00
TheXaman
51371661c2
Added new menu naviagtion, now all options can be changed
2021-12-11 15:03:56 +01:00
TheXaman
bbe918941e
added include/constants/pokemon_debug,h for defines, restructured code order
2021-12-11 12:13:14 +01:00
TheXaman
8c23ad34ee
fixed
2021-12-10 20:59:34 +01:00
TheXaman
44121b041c
added battle bg's and platforms and a function LoadBattleBg to change them
2021-12-10 20:40:34 +01:00
TheXaman
ef01c401f7
another fix for the shared front and back palette
2021-12-10 17:50:55 +01:00
TheXaman
963642d309
added the option to change a sprites animation to check which animation fits the best
2021-12-10 16:18:39 +01:00
TheXaman
31330bef96
proper Window usage
2021-12-10 12:29:50 +01:00
TheXaman
5bef2d0fb2
moved pokemon icon to the top left
2021-12-10 11:14:25 +01:00
TheXaman
f07f31f401
Update src/pokemon_debug.c
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2021-12-04 19:37:35 +01:00
TheXaman
9306b19ced
fixed wrong icon palettes on some icons
2021-12-04 19:36:51 +01:00
TheXaman
fa435b058c
fixed sprite animations overlapping
2021-12-04 12:51:36 +01:00
TheXaman
6a15b938e9
front and back sprites now used separate palettes
2021-12-04 12:42:22 +01:00
Eduardo Quezada D'Ottone
faca2fbef6
Adjusted Front pic coords so they align to single battle
2021-12-03 20:24:10 -03:00
Eduardo Quezada D'Ottone
96b8d21b7a
Added form switching + Button icons
2021-12-03 19:32:31 -03:00
TheXaman
40f7247e11
changed P_ENABLE_DEBUG to TRUE/FALSE
2021-12-03 11:02:22 +01:00