Commit graph

11877 commits

Author SHA1 Message Date
Eduardo Quezada
5f6fa958c4 Reordered pokemon front pic data 2022-10-19 12:04:52 -03:00
Eduardo Quezada
bd9877563a Species name read from form instead of dex number 2022-10-19 11:34:44 -03:00
Eduardo Quezada
d17cb7eebc Loads footprint from form instead of dex number 2022-10-19 11:27:54 -03:00
Eduardo Quezada
05c07bdb48 Assigned footprints to forms 2022-10-19 11:25:28 -03:00
Eduardo Quezada
feecaf4e58 Ordered palette tables 2022-10-19 10:47:26 -03:00
Eduardo Quezada
2456553da0 Reordered back pic table 2022-10-19 10:24:23 -03:00
Eduardo Quezada
612fe51a8c Reordered front pic table 2022-10-19 09:47:52 -03:00
GriffinR
3e8baa5b04
Merge branch 'master' into porymap-5 2022-10-18 22:54:25 -04:00
GriffinR
a418f8d976
Merge pull request #1755 from GriffinRichards/map-dynamic
Rename special map constants, treat warp ids as strings
2022-10-18 22:45:56 -04:00
tustin2121
4730870646 VAR_RUN_TRIGGER_IMMEDIATELY -> TRIGGER_RUN_IMMEDIATELY
Getting rid of the VAR_ prefix, to avoid the porymap problem.
2022-10-18 21:12:31 -04:00
GriffinR
e33581ff9c
Merge pull request #1671 from sphericalice/heal-location-none
Add the HEAL_LOCATION_NONE constant
2022-10-18 18:41:04 -04:00
Eduardo Quezada
14e2ea5d15 Moved Gen 3 dex entries to base stats 2022-10-18 12:12:27 -03:00
Abaresk
7f09894045 Merge branch 'master' into thunder 2022-10-18 04:37:56 +00:00
Marcus Huderle
0d0a9bd31d Update src/overworld.c
Co-authored-by: GriffinR <griffin.g.richards@gmail.com>
2022-10-17 17:41:27 -07:00
Marcus Huderle
48ab684b48 Fix weather color map documentation 2022-10-17 17:41:27 -07:00
GriffinR
716025395c
Merge pull request #1802 from abaresk/wild-encounters
Document new metatile wild encounter odds
2022-10-17 18:56:58 -04:00
Eduardo Quezada D'Ottone
c57ab9e529
Merge pull request #2392 from gruxor/wait-fix
Replaced busy-wait loops
2022-10-17 15:34:22 -03:00
Eduardo Quezada
993e1072e1 Fixed getting weight/height, cry and area 2022-10-17 15:22:41 -03:00
Eduardo Quezada
0c34b6cdcb Moved Gen 2 dex entries to base stats 2022-10-17 15:20:53 -03:00
gruxor
610a8efb7d Replaced busy-wait loops 2022-10-17 11:21:06 -04:00
Eduardo Quezada D'Ottone
ffc5ffcfe5
Merge pull request #2390 from ghoulslash/be/psychocut
Improve psycho cut anim
2022-10-17 00:41:01 -03:00
ghoulslash
a585d56053 fix whitespace 2022-10-16 23:39:12 -04:00
Eduardo Quezada
bde28f33a1 Form height order 2022-10-17 00:38:34 -03:00
Eduardo Quezada
911a9aaf02 Reading dex data from base stats 2022-10-17 00:04:12 -03:00
Eduardo Quezada
713b646a46 Moved Gen 1 dex entries to base stats 2022-10-16 23:24:20 -03:00
tustin2121
327c648e87 Document seldom-used trigger functionality
Added a define for use in overworld triggers where the goal is to run the provided script in the immediate script context instead of the global one like normal. This is used in triggers in the desert, on faraway island, and a couple other places to do weather effects quickly and on the same frame. Suggestions for a better define name are welcome.
2022-10-16 20:46:50 -04:00
ghoulslash
71023512fd update psycho cut anim 2022-10-16 19:20:24 -04:00
Eduardo Quezada D'Ottone
1607291982 Implemented Honey's Sweet Scent functionality 2022-10-16 20:20:13 -03:00
ghoulslash
ede6162724
Merge pull request #2388 from AsparagusEduardo/RHH/pr/running
Config for running indoors
2022-10-16 09:28:32 -04:00
ghoulslash
e3f37ad825
Merge pull request #2389 from AsparagusEduardo/RHH/pr/FixZMove
Fixed Z-Move not being cleared if Pokémon faints
2022-10-16 09:27:23 -04:00
Eduardo Quezada D'Ottone
dd2d6107bd Fixed Z-Move not being cleared if Pokémon faints 2022-10-16 09:57:21 -03:00
Abaresk
e67d55bfc4 Fix names 2022-10-15 13:37:24 +00:00
Abaresk
b538239f18 Add more documentation to thunder weather 2022-10-15 04:25:35 +00:00
Eduardo Quezada D'Ottone
4cbc6d4de1 Config for running indoors 2022-10-14 22:31:45 -03:00
Eduardo Quezada D'Ottone
068422bc3f
Merge pull request #2386 from LOuroboros/patch-1
Uncommented evo moves for each species
2022-10-14 12:00:56 -03:00
LOuroboros
8a1a561b80
Uncommented evo moves for each species 2022-10-14 11:28:15 -03:00
ghoulslash
d64e18d0b4
Merge pull request #2385 from LOuroboros/trainerClassBasedBalls
Added class-based Poké Balls for trainers
2022-10-14 10:19:20 -04:00
LOuroboros
90f79999bb Added class-based Poké Balls for trainers
Thanks to Ghoulslash for helping me optimizing things.
2022-10-14 11:14:30 -03:00
GriffinR
2e128e3282
Merge pull request #1799 from AsparagusEduardo/pret/pr/recordedInvalid
Moved ILLEGAL_BATTLE_TYPES to include\constants\battle.h and renamed it to BATTLE_TYPE_RECORDED_INVALID
2022-10-13 14:30:18 -04:00
GriffinR
722e501b7c
Merge pull request #1800 from AsparagusEduardo/pret/pr/gSoftResetDisabled
Documented missing gSoftResetDisabled uses
2022-10-13 14:29:43 -04:00
Eduardo Quezada D'Ottone
71dad6aec9
Merge pull request #2384 from May8th1995/confuseAI
Fix AI issue giving decrementing score to confuse hit instead of confuse
2022-10-13 12:16:00 -03:00
tennis
db013aab0b Fix AI issue giving decrementing score to confuse hit instead of confuse 2022-10-13 15:58:57 +01:00
Eduardo Quezada D'Ottone
839d7063fe
Merge pull request #2383 from May8th1995/badgeFlagBug
Fix bug where badge boosts apply in all gens but gen 3.
2022-10-13 11:45:18 -03:00
tennis
f79205af08 Fix bug where badge boost flag is inverted 2022-10-13 15:32:08 +01:00
GriffinR
a10ec0487e Color rotating gate pngs 2022-10-12 19:19:42 -04:00
Abaresk
af081b08ee Make related func names more concise 2022-10-12 04:35:23 +00:00
Abaresk
11e3f03bd8 Document new metatile wild encounter odds 2022-10-12 04:03:02 +00:00
Eduardo Quezada
eff21004f8 Option to separate dex letter filter by single letter 2022-10-11 11:41:57 -03:00
Eduardo Quezada
95b32afbc0 Merge remote-tracking branch 'TheXaman/rhh_pokemon_expansion_formsDexData' into RHH/pr/breaking/speciesReorder
# Conflicts:
#	src/battle_script_commands.c
#	src/data/pokemon/pokedex_text.h
#	src/pokedex.c
2022-10-11 02:48:46 -03:00
Eduardo Quezada
a0d9f6f5d7 Enamorus 2022-10-11 02:02:49 -03:00