Eduardo Quezada D'Ottone
fa2657bb61
Gen VII
2022-01-07 21:36:50 -03:00
GriffinR
ca9bc34bea
Clean up pokemon_storage_system graphics
2022-01-07 17:36:38 -05:00
GriffinR
5cbe572607
Add window constants in pokemon_storage_system
2022-01-07 17:05:58 -05:00
Eduardo Quezada D'Ottone
97baedbd5e
Merge pull request #1923 from WiserVisor/battle_engine
...
Added Sky Drop to Battle Engine
2022-01-07 18:14:40 -03:00
GriffinR
577e6cc740
Merge pull request #1586 from GriffinRichards/clean-areascreen
...
Clean up pokedex_area_screen
2022-01-06 23:02:23 -05:00
GriffinR
713cd6616e
Add glow tile empty
2022-01-06 22:33:00 -05:00
kiliwily
8a9740b819
Update field_specials.c
2022-01-06 19:47:56 +01:00
kiliwily
ba9b533845
Revert "Update field_specials.c"
...
This reverts commit f67137ddb23fc5fb5aea18ae3665dc0e9a68b409.
2022-01-06 19:45:38 +01:00
kiliwily
f67137ddb2
Update field_specials.c
2022-01-06 19:29:58 +01:00
Eduardo Quezada D'Ottone
051ec7951d
Gen V and VI
2022-01-05 22:26:14 -03:00
Eduardo Quezada D'Ottone
309c833961
Merge remote-tracking branch 'RHH/pokemon_expansion' into PE_elevations
2022-01-05 20:39:17 -03:00
GriffinR
d4111d5520
Add comment about pokedex reordering
2022-01-05 14:50:19 -05:00
TheXaman
328b501394
Update src/battle_util.c
...
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2022-01-05 18:54:42 +01:00
TheXaman
9733f92c7f
Yawn now uses B_SLEEP_TURNS, resolves #1873
2022-01-05 18:48:01 +01:00
GriffinR
5d033c2e4d
Convert pokedex defines to enums
2022-01-05 12:18:49 -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
db9a59b67c
More adjustments
2022-01-04 22:13:22 -03:00
Eduardo Quezada D'Ottone
3a93e50a98
Voltorb
2022-01-04 20:47:32 -03:00
W1serV1ser
178c4c66ba
Fixed gSideTimers typo
2022-01-04 12:38:50 -08:00
W1serV1ser
66faa6aa15
Follow Me/Rage Powder effect on target goes away once affected by Sky Drop
2022-01-04 12:33:31 -08:00
GriffinR
ce55e58ad8
Misc cleanup
2022-01-04 10:09:42 -05:00
sphericalice
48bf1ab98d
Use SPECIES_NONE and ITEM_NONE in battle_tower.c
2022-01-04 13:46:46 +00:00
TheXaman
1626db9b05
fixed unown forms page for unown forms (base form worked before)
2022-01-03 22:42:25 +01:00
TheXaman
868d51d4d2
fixed a potential bug
2022-01-03 22:40:22 +01:00
TheXaman
b2601f043b
added the ability to check out all data (base stats, moves, abilities etc) for the forms implmeneted in the RHH pokemon_expansion
2022-01-03 21:38:59 +01:00
TheXaman
27e7a48e04
Merge branch 'tx_pokedexPlus_hgss' of https://github.com/TheXaman/pokeemerald into tx_pokedexPlus_hgss
2022-01-03 16:48:53 +01:00
TheXaman
9446ad112a
added the ability to directly open evolutions from the EVO page
2022-01-03 16:48:50 +01:00
Ariel A
609a304890
Merge branch 'romhack' into lighting
2022-01-03 02:08:14 -05:00
Ariel A
a4e1c8419a
Added support for Ghoulslash's sideways stairs with followers.
2022-01-03 02:07:26 -05:00
Eduardo Quezada D'Ottone
4f9e6faa48
Merge branch 'item_expansion' into flingIE
2022-01-02 18:31:03 -03:00
sphericalice
2d536bf560
Use TEXT_SKIP_DRAW in CreateAvailableDecorationsMenu
2022-01-02 21:02:53 +00:00
Eduardo Quezada D'Ottone
d328c2e006
Fixed references by debug menu.
2022-01-01 21:07:49 -03:00
Eduardo Quezada D'Ottone
d433d67558
Extrapolated Assist forbidden flags to Gen 8 moves
2022-01-01 20:21:29 -03:00
Eduardo Quezada D'Ottone
221e38ff86
Merge pull request #1957 from ghoulslash/be/ability_popup
...
Ability Popup Fixes + Longer Ability Names config
2022-01-01 19:39:55 -03:00
Eduardo Quezada D'Ottone
3bbaf5a15d
Optimized SpeciesHasGenderDifference into Base Stat flag
2022-01-01 19:24:34 -03:00
LOuroboros
b88d9c4cdc
Updated gItemEffectTable
...
-Rearranged the entries therein, keeping them consistent with the item ID order.
-Removed pointless duplicates of certain effects such as the Full Heal's.
-Added entries for the items that needed one.
-gItemEffect_EvoStone -> gItemEffect_EvoItem.
2022-01-01 19:02:40 -03:00
LOuroboros
5cdfe0a9fb
Fixed the Lures and adjusted 2 charms' descriptions
2022-01-01 18:03:00 -03:00
LOuroboros
74aa4f29df
Corrections and additions
...
-Fixed a handful of prices
-Re-added the Todo comment to the entries of the TMs 51-100 in gItemIconTable.
-Added the data and sprites of the LGPE Lures, thanks to AsparagusEduardo.
-Fixed small syntax mistakes in src/data/text/item_descriptions.h
-Slightly changed some item descriptions based on AsparagusEduardo's suggestions.
-Fixed the Exp. Charm's description, and the usage of "Exp." in the Exp. Candies' descriptions.
2022-01-01 17:17:21 -03:00
Ariel A
cf673fda9f
Added movements to follower messages. Movement credit: SonikkuA-DatH
2021-12-31 19:23:44 -05:00
Eduardo Quezada D'Ottone
b25c89f8a1
Removed Redundant Key Stone item
2021-12-31 18:22:23 -03:00
LOuroboros
9b1fd796ae
Gave the Gracidea's old hold effect slot to the Enigma Berry
2021-12-31 18:07:33 -03:00
Eduardo Quezada D'Ottone
313df31e7e
Removed Jade Orb, since it has no use besides being a key-lock item.
2021-12-31 17:44:03 -03:00
LOuroboros
0c5652596b
Removed HOLD_EFFECT_GRACIDEA
2021-12-31 17:34:16 -03:00
LOuroboros
e961bdee14
Fixes
...
-Used Buffel Saft's sprite for the Ability Patch.
-Fixed the Mints' descriptions.
-Fixed the Damp Mulch's palette.
-Decapped the Pokémon Box Link's name.
-Fixed the target pocket of the Key Stone and the Dynamax Band.
2021-12-31 17:10:02 -03:00
LOuroboros
5a8e51d858
Filled in missing items' sprite data
2021-12-31 16:27:06 -03:00
sphericalice
61a0036c47
Clarify ScrollableMultichoice_ProcessInput comment
2021-12-31 17:34:46 +00:00
sphericalice
9e660b2cdf
Update src/field_specials.c
...
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-31 16:29:11 +00:00
sphericalice
4f6323606f
Update field_specials.c to match the style
2021-12-31 16:24:44 +00:00
LOuroboros
d4dc672088
Filled in missing item data
2021-12-31 13:23:06 -03:00
GriffinR
23f5c9fd5c
Clean up pokedex_area_screen
2021-12-31 00:16:56 -05:00