ultima-soul
|
988320b89a
|
Merge branch 'battle_engine' of github.com:rh-hideout/pokeemerald-expansion into master_sync
|
2021-08-17 11:25:13 -07:00 |
|
ultima-soul
|
b620349da0
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-08-16 15:43:27 -07:00 |
|
GriffinR
|
28a8fe191a
|
Document item menu
|
2021-08-10 22:13:02 -04:00 |
|
BuffelSaft
|
06111bdc63
|
Replace EFFECT_THAW_HIT
Both moves that used EFFECT_THAW_HIT now use EFFECT_BURN_HIT.
|
2021-06-19 11:43:29 +12:00 |
|
BuffelSaft
|
e6a8faec1e
|
Fix thawing moves
Replace IsThawingMove with a move flag and add a check for it to CANCELLER_FROZEN. This makes thawing moves actually thaw the user.
|
2021-06-10 23:48:18 +12:00 |
|
ultima-soul
|
425746763a
|
Merge branch 'item_expansion' of github.com:rh-hideout/pokeemerald-expansion into master_sync
|
2021-06-07 20:08:43 -07:00 |
|
ultima-soul
|
f3f4d8e608
|
Merge branch 'pokemon_expansion' of github.com:rh-hideout/pokeemerald-expansion into master_sync
|
2021-06-07 19:52:20 -07:00 |
|
ultima-soul
|
0a87adad1a
|
Merge branch 'battle_engine' of github.com:rh-hideout/pokeemerald-expansion into master_sync
|
2021-06-07 18:05:52 -07:00 |
|
ExpoSeed
|
ec2c140ecb
|
Disambiguate Thousand Arrows flag from other flags
|
2021-06-04 19:34:37 -05:00 |
|
ExpoSeed
|
15914d7af8
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into BE/rename-flags
|
2021-06-04 19:00:29 -05:00 |
|
ultima-soul
|
e5a3123b8c
|
Merge pull request #1505 from MissingNoL/Decaps-and-Miracle-Eye-Text-Fixes
Decaps and Miracle Eye text fixes
|
2021-06-03 09:06:15 -07:00 |
|
Jaizu
|
a500b04a51
|
Feathr > Feather
We do have enough space to put the whole word.
|
2021-06-03 12:08:31 +02:00 |
|
MissingNoL
|
1022d34218
|
Update src/data/text/move_descriptions.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-06-03 01:16:03 -07:00 |
|
LOuroboros
|
b215b44951
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into clanging_scales
|
2021-06-03 05:09:14 -03:00 |
|
ultima-soul
|
bb9a7b04f8
|
Merge pull request #1499 from LOuroboros/patch-1
Made gAbilityNames and gAbilityDescriptionPointers read from ABILITIES_COUNT
|
2021-06-02 23:07:50 -07:00 |
|
ultima-soul
|
45fb16c40a
|
Merge pull request #1494 from LOuroboros/feathers_PE
Corrected the Wings/Feathers #2
|
2021-06-02 22:56:39 -07:00 |
|
ultima-soul
|
fc19023087
|
Merge pull request #1493 from LOuroboros/feathers
Corrected the Wings/Feathers
|
2021-06-02 22:56:16 -07:00 |
|
LOuroboros
|
586c76d93a
|
Changed Clanging Scales' secondaryEffectChance to 0
Review request.
|
2021-06-02 16:46:28 -03:00 |
|
LOuroboros
|
1b13db80fc
|
Syntax fix
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-06-02 16:43:01 -03:00 |
|
BuffelSaft
|
2a6b989c92
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald into body-press
|
2021-06-02 12:41:28 +12:00 |
|
MandL27
|
2d92f23240
|
Merge pull request #1514 from pineapplemachine/pokemon_expansion_evo_fix
Fixes to pokemon_expansion species evolution data: Galarian Ponyta, Tranquill, and Kubfu
|
2021-05-28 11:31:25 -04:00 |
|
Sophie Kirschner
|
1a4c6d3490
|
Fixes to species evolution data
|
2021-05-28 18:16:52 +03:00 |
|
amiosi
|
7b530a34bf
|
finish requested changes
|
2021-05-27 20:14:46 -04:00 |
|
amiosi
|
03a7020512
|
double oops
|
2021-05-27 16:16:12 -04:00 |
|
amiosi
|
f7651fd592
|
most fixes from requested changes
|
2021-05-27 15:55:19 -04:00 |
|
amiosi
|
fc81994579
|
Merge branch 'battle_engine' into old_findings
|
2021-05-27 15:28:02 -04:00 |
|
ultima-soul
|
eedd374a5f
|
Merge pull request #1420 from Blackforest92/pokemon_expansion
Added missing gen8 battle sprites and available icons and various fixes
|
2021-05-24 21:13:12 -07:00 |
|
Blackforest92
|
d74492b591
|
Returning Alcremie back to monkey
|
2021-05-25 10:57:06 +07:00 |
|
Blackforest92
|
2dccce7675
|
Erased Eternamax comment in src/data/pokemon_graphics/enemy_mon_elevation.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-25 09:17:50 +07:00 |
|
ultima-soul
|
1f859e340d
|
Merge pull request #1415 from ghoulslash/item_expansion
Add Berry Hold Effects
|
2021-05-24 11:07:35 -07:00 |
|
ghoulslash
|
64815a5f85
|
Update src/data/items.h
Co-authored-by: ExpoSeed <43502820+ExpoSeed@users.noreply.github.com>
|
2021-05-24 10:18:05 -06:00 |
|
ghoulslash
|
5aa1b5b1ee
|
Update src/data/items.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-24 10:17:59 -06:00 |
|
ghoulslash
|
39974b05f7
|
Update src/data/items.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-24 10:17:55 -06:00 |
|
ghoulslash
|
a3b092c9a3
|
Update src/data/items.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-24 10:17:51 -06:00 |
|
ghoulslash
|
6b868a028a
|
Update src/data/items.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-24 10:17:47 -06:00 |
|
ghoulslash
|
aafc8e2109
|
Update src/data/items.h
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-05-24 10:17:39 -06:00 |
|
ghoulslash
|
f7c00d2366
|
Update src/data/items.h
Co-authored-by: ExpoSeed <43502820+ExpoSeed@users.noreply.github.com>
|
2021-05-24 10:17:34 -06:00 |
|
ghoulslash
|
c3e28e9b1a
|
merge with be
|
2021-05-23 12:22:52 -06:00 |
|
MissingNoL
|
dd9920e80b
|
Update move_descriptions.h
|
2021-05-23 02:41:41 -07:00 |
|
MissingNoL
|
8b6906bf32
|
Update abilities.h
|
2021-05-23 02:39:57 -07:00 |
|
LOuroboros
|
5ef106f061
|
Made gAbilityNames and gAbilityDescriptionPointers read from ABILITIES_COUNT
|
2021-05-22 10:29:57 -03:00 |
|
Eduardo Quezada D'Ottone
|
5fd4c35483
|
Merge pull request #1412 from amiosi/noFlip
restore and add noFlip values
|
2021-05-21 11:44:11 -04:00 |
|
Eduardo Quezada D'Ottone
|
ff296efb5c
|
Merge pull request #1484 from LOuroboros/patch-1
Corrected the item descriptions of some berries
|
2021-05-21 11:41:14 -04:00 |
|
Eduardo Quezada D'Ottone
|
04c6331a60
|
Merge pull request #1432 from BuffelSaft/thousand_arrows
Fix Thousand Arrows
|
2021-05-21 11:40:13 -04:00 |
|
LOuroboros
|
41bc603110
|
Wings -> Feathers
|
2021-05-17 22:06:31 -03:00 |
|
LOuroboros
|
0bc8ed59f5
|
Wings -> Feathers
|
2021-05-17 21:58:17 -03:00 |
|
LOuroboros
|
972ed0d5a7
|
Adjusted the item data of the Wings/Feathers
Now they work. Yay.
|
2021-05-17 21:34:42 -03:00 |
|
ultima-soul
|
50c2514267
|
Merge pull request #1469 from ultima-soul/pokemon_expansion_sync
Pokemon Expansion Upstream Sync
|
2021-05-13 20:56:29 -07:00 |
|
ultima-soul
|
88861abb29
|
Merge pull request #1470 from ultima-soul/item_expansion_sync
Item Expansion Upstream Sync
|
2021-05-13 20:56:23 -07:00 |
|
LOuroboros
|
95d41524a2
|
Implemented Clanging Scales' effect
|
2021-05-09 18:20:03 -03:00 |
|