ultima-soul
|
02c9e040df
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-08-11 16:33:10 -07:00 |
|
PikalaxALT
|
810ca5f8ff
|
Flatten pos fields in struct Sprite
|
2021-07-07 09:11:52 -04:00 |
|
ultima-soul
|
14a0303e2f
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-04-27 18:36:37 -07:00 |
|
GriffinR
|
756fad0e61
|
Document some event object movement
|
2021-04-06 14:34:36 -04:00 |
|
ultima-soul
|
2a20d50904
|
Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync
|
2021-02-01 15:54:08 -08:00 |
|
GriffinR
|
b65980cd4e
|
Remove unused local variables and functions
|
2021-01-19 18:19:33 -05:00 |
|
ExpoSeed
|
7dadcb94b8
|
Merge branch 'master' of https://github.com/pret/pokeemerald into HEAD
|
2021-01-03 17:14:43 -06:00 |
|
Kurausukun
|
58976ebaa8
|
Merge remote-tracking branch 'upstream/master' into berry_crush
|
2020-12-10 23:30:52 -05:00 |
|
ultima-soul
|
e32659d4bb
|
Merge branch 'battle_engine' into ability_expansion and add Gen 8 DLC abilities.
|
2020-11-16 13:50:26 -08:00 |
|
Kaz
|
171154a097
|
Convert to -g; will be required for eliminating fakematches.
|
2020-09-16 19:36:30 -04: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 |
|
GriffinR
|
09cfed64b5
|
Merge pull request #1146 from GriffinRichards/rename-songs
Give songs meaningful english names
|
2020-08-28 16:14:21 -04:00 |
|
PokeCodec
|
cc018fe6c9
|
Remove const
|
2020-08-23 17:22:15 -04:00 |
|
PokeCodec
|
a20745422b
|
Remove unused variable remaining from ruby
|
2020-08-23 16:37:46 -04:00 |
|
GriffinR
|
3014241179
|
Give songs meaningful english names
|
2020-08-20 19:06:14 -04:00 |
|
GriffinR
|
1ce929157f
|
Clean up field effect doc
|
2020-07-02 05:05:13 -04:00 |
|
GriffinR
|
eb80012757
|
Document more misc field effects
|
2020-06-29 16:32:46 -04:00 |
|
GriffinR
|
4ea6992172
|
Continue documenting overworld/field effects
|
2020-06-29 01:26:29 -04:00 |
|
GriffinR
|
18d57a3802
|
Document some overworld and field effects
|
2020-06-23 15:48:53 -04:00 |
|
ultima-soul
|
9ee5db6a96
|
Expand ability ids to u16. Thanks to ghoulslash for some assistance!
|
2020-05-18 14:54:12 -07:00 |
|
GriffinR
|
b93101bbeb
|
Merge master into ObjEvent rename
|
2019-12-06 21:37:33 -05:00 |
|
GriffinR
|
c40879aa36
|
Use ST_OAM constants for OamData definitions
|
2019-12-06 19:05:44 -06:00 |
|
GriffinR
|
1b30f0c973
|
Rename event_obj_lock to event_object_lock
|
2019-12-06 02:55:30 -05:00 |
|
GriffinR
|
82cb741d8b
|
Standardize EVENT_OBJECT to OBJECT_EVENT
|
2019-11-20 23:12:51 -05:00 |
|
GriffinR
|
ec3e86f1d2
|
Standardize Event Object to Object Event
|
2019-11-20 22:55:44 -05:00 |
|
GriffinR
|
8055548fa4
|
Document legendary scripts
|
2019-10-31 18:28:34 -05:00 |
|
PikalaxALT
|
306ce048ad
|
Move gflib srcs and headers to gflib subdir
|
2019-09-08 21:07:54 -04:00 |
|
PikalaxALT
|
b839c21307
|
Fix/suppress warnings when building with gcc-8
|
2019-06-26 16:42:57 -04:00 |
|
garak
|
9f8a30e4e7
|
label metatiles in fldeff_cut.c
|
2019-06-16 10:08:07 -05:00 |
|
Fontbane
|
4a09a5da33
|
Doc field move scripts completely, use fldeff constants for dofieldeffect
Fix labels
Fix labels again
Delete extra boulder scripts
Now it should build fine
|
2019-04-06 12:48:50 -05:00 |
|
Marcus Huderle
|
a7d5f032b1
|
Split into ereader_helpers.c, faraway_island.c, and ereader_screen.c
|
2019-03-22 14:16:26 -05:00 |
|
Marcus Huderle
|
f4f666f5af
|
Finish decompiling ereader.c
|
2019-03-22 13:36:06 -05:00 |
|
Phlosioneer
|
9848f84b9e
|
Use constants for Oam .shape and .size fields
Also some general formatting fixes for constants.
|
2019-03-16 12:37:04 -05:00 |
|
Phlosioneer
|
3ceb1667c9
|
Reduce externs
|
2019-03-01 22:32:50 -05:00 |
|
Marcus Huderle
|
95dcff581b
|
Document some fieldmap stuff
|
2018-12-29 11:36:54 -06:00 |
|
DizzyEggg
|
442b1826a2
|
asm party and fldeff clean-up
|
2018-12-24 21:59:05 +01:00 |
|
nullableVoidPtr
|
f9ff7316d5
|
Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs
|
2018-12-06 10:38:28 +08:00 |
|
nullableVoidPtr
|
3909b6408c
|
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc as per #325
Some of the INVALID_ are likely erroneously placed, due to lack of documentation
|
2018-12-06 09:44:08 +08:00 |
|
Slawter666
|
1d46507110
|
Move field effects enum to defines
|
2018-11-13 14:19:04 +00:00 |
|
Slawter666
|
137f6549ff
|
label field_effect_helpers
|
2018-10-14 23:43:40 +01:00 |
|
Diegoisawesome
|
f79ac26ce3
|
Rename SetLastTalkedObjectInFrontOfPlayer to CheckObjectGraphicsInFrontOfPlayer
|
2018-07-05 20:33:07 -07:00 |
|
DizzyEggg
|
cdacc27714
|
change for loop in fldeff_cut
|
2018-06-30 14:26:33 +02:00 |
|
DizzyEggg
|
9329ffc2bc
|
review cut changes
|
2018-06-17 12:39:58 +02:00 |
|
DizzyEggg
|
3bcd30969a
|
cut field effect is decompiled and documented
|
2018-06-16 14:04:29 +02:00 |
|
DizzyEggg
|
7ea5dd7923
|
start fldeffect cut
|
2018-06-16 00:45:48 +02:00 |
|
PikalaxALT
|
572648ba2d
|
BSS: field_screen, field_effect, pokemon_storage_system, fldeff_cut, script_menu
|
2017-10-02 21:51:22 -04:00 |
|