ultima-soul
|
2a20d50904
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-02-01 15:54:08 -08:00 |
|
ultima-soul
|
96232ea166
|
Merge branch 'master' of github.com:pret/pokeemerald into pokemon_expansion_sync
|
2021-01-28 23:59:08 -08:00 |
|
GriffinR
|
63a7828772
|
Document battle_controller_player.c
|
2021-01-22 20:03:27 -05:00 |
|
GriffinR
|
b65980cd4e
|
Remove unused local variables and functions
|
2021-01-19 18:19:33 -05:00 |
|
ExpoSeed
|
b166e9a5e3
|
Merge pull request #1276 from LOuroboros/x_items_BE
Reworked the effects of the X Items #1
|
2021-01-15 12:05:07 -06:00 |
|
GriffinR
|
f63bc6e27a
|
Index sTMHMMoves
|
2021-01-14 03:41:28 -05:00 |
|
ultima-soul
|
3cb09b6507
|
Merge branch 'pokemon_expansion' of github.com:rh-hideout/pokeemerald-expansion into deoxys_handling_removal
|
2021-01-11 15:19:11 -08:00 |
|
GriffinR
|
eba7933c0c
|
Remove unnecessary subtraction in switch
|
2021-01-04 19:50:05 -05:00 |
|
LOuroboros
|
dbc3690282
|
Tweaked preprocessor directives
Changed #ifdef X_ITEMS_REWORK == FALSE to #ifndef ITEM_EXPANSION
Changed #ifdef X_ITEMS_REWORK == TRUE to #ifdef ITEM_EXPANSION
|
2021-01-04 03:58:31 -03:00 |
|
ExpoSeed
|
7dadcb94b8
|
Merge branch 'master' of https://github.com/pret/pokeemerald into HEAD
|
2021-01-03 17:14:43 -06:00 |
|
ExpoSeed
|
10f4b48215
|
Merge branch 'master' of https://github.com/pret/pokeemerald into HEAD
|
2021-01-01 14:14:51 -08:00 |
|
ExpoSeed
|
208e0abe04
|
Merge branch 'master' of https://github.com/pret/pokeemerald into HEAD
|
2020-12-31 18:44:43 -06:00 |
|
ultima-soul
|
6a0939cd4e
|
Remove special handling for Deoxys.
|
2020-12-21 22:39:19 -08:00 |
|
Kurausukun
|
58976ebaa8
|
Merge remote-tracking branch 'upstream/master' into berry_crush
|
2020-12-10 23:30:52 -05:00 |
|
LOuroboros
|
791d561f14
|
Reworked the effects of the X Items
Thanks to Karathan's indications.
|
2020-12-08 18:24:42 -03:00 |
|
ultima-soul
|
99fdc13e61
|
Merge branch 'master' into battle_engine_sync
|
2020-11-07 15:59:20 -08:00 |
|
Eduardo Quezada D'Ottone
|
68627882a5
|
Merge remote-tracking branch 'pret/master' into PE-pretSync
|
2020-11-07 15:00:10 -03:00 |
|
Eduardo Quezada D'Ottone
|
8d86169283
|
Merge remote-tracking branch 'pret/master' into IE-pretSync
|
2020-11-07 14:54:52 -03:00 |
|
PikalaxALT
|
99dd461bef
|
Merge pull request #1189 from aaaaaa123456789/reverts
Undo PokeCodec's PRs and port changes
|
2020-11-03 09:28:45 -05:00 |
|
aaaaaa123456789
|
bacc831aa9
|
Re-apply joypad macros (minus merge conflicts)
|
2020-11-02 22:02:39 -03:00 |
|
aaaaaa123456789
|
1c3d75f673
|
Merge branch 'master' into reverts
|
2020-10-26 12:16:36 -03:00 |
|
Thomas Winwood
|
2239f3aa60
|
Eliminate goto in ItemUseCB_Medicine
|
2020-10-21 20:11:40 +01:00 |
|
Eduardo Quezada
|
86334ca011
|
0 for SPECIES_NONE
|
2020-10-14 20:50:33 -03:00 |
|
Eduardo Quezada
|
34ce08db0b
|
Added Karrablast/Shelmet evolution method.
|
2020-10-14 20:16:18 -03:00 |
|
ExpoSeed
|
9e2c8a95c1
|
Sync bev2 with pret
|
2020-10-11 01:01:47 -05:00 |
|
ExpoSeed
|
c3113b43bb
|
Merge branch 'item_expansion' of https://github.com/DizzyEggg/pokeemerald into sync-item-expansion
|
2020-10-04 02:36:07 -05:00 |
|
GriffinR
|
5259898325
|
Replace POKEMON_SLOTS_NUMBER
|
2020-10-01 17:07:12 -05:00 |
|
aaaaaa123456789
|
7dc95a0103
|
Undo PokeCodec's PRs
This commit undoes most of PokeCodec's PRs after the debate in chat. Some
harmless or completely superseded PRs have been left alone, as there is not
much benefit in attempting to undo them.
Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136,
#1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179,
#1180, #1181, #1182 and #1183.
|
2020-09-13 06:30:55 -03:00 |
|
Kaz
|
f952144922
|
party_menu fakematch fix
|
2020-09-13 03:02:41 -04:00 |
|
DizzyEggg
|
97d0643110
|
Merge with master
|
2020-09-08 12:48:28 +02:00 |
|
DizzyEggg
|
271219f962
|
Merge with master
|
2020-09-08 12:00:51 +02:00 |
|
PokeCodec
|
28ef2fb774
|
Switch to button macros
|
2020-09-04 21:11:55 -04:00 |
|
DizzyEggg
|
f70a9ce153
|
Merge with master
|
2020-08-27 12:01:28 +02:00 |
|
DizzyEggg
|
35559d6b71
|
Merge with master
|
2020-08-27 10:58:31 +02:00 |
|
GriffinR
|
3014241179
|
Give songs meaningful english names
|
2020-08-20 19:06:14 -04:00 |
|
GriffinR
|
e06de33cbd
|
Merge branch 'master' into doc-overworld
|
2020-07-28 17:46:17 -04:00 |
|
PokeCodec
|
c5aa91741b
|
Change signedness and add casts to avoid implicit conversion warnings
|
2020-07-24 22:18:57 -04:00 |
|
DizzyEggg
|
6537310387
|
Merge with master
|
2020-07-15 10:23:58 +02:00 |
|
DizzyEggg
|
62dc94e9c8
|
Merge with master
|
2020-07-15 10:13:19 +02:00 |
|
GriffinR
|
e129d04b93
|
Merge branch 'master' into doc-overworld
|
2020-07-15 00:40:47 -04:00 |
|
DizzyEggg
|
4c3f40a361
|
Merge with master
|
2020-07-11 12:59:23 +02:00 |
|
DizzyEggg
|
da3062097a
|
Merge
|
2020-07-11 12:58:59 +02:00 |
|
DizzyEggg
|
e03fea84d0
|
Merge branch 'master' of https://github.com/DizzyEggg/pokeemerald into item_expansion
|
2020-07-11 12:46:41 +02:00 |
|
GriffinR
|
beeb673ba1
|
Merge branch 'master' of https://github.com/pret/pokeemerald into add-flagvarsave
|
2020-07-08 16:03:32 -04:00 |
|
GriffinR
|
ebb6c4ee66
|
Merge branch 'master' into doc-overworld
|
2020-07-08 15:51:58 -04:00 |
|
GriffinR
|
06025e887f
|
Allow flag/var counts to be updated alongside values
|
2020-06-24 17:00:19 -04:00 |
|
GriffinR
|
18d57a3802
|
Document some overworld and field effects
|
2020-06-23 15:48:53 -04:00 |
|
GriffinR
|
c2a07276ae
|
Merge branch 'master' into doc-link
|
2020-06-13 16:15:11 -04:00 |
|
Sierraffinity
|
74edaed426
|
Begin item_menu.c cleanup
|
2020-06-10 13:07:42 -07:00 |
|
GriffinR
|
4fe507e453
|
Document union_room.c
|
2020-05-31 13:11:18 -04:00 |
|