Commit graph

6136 commits

Author SHA1 Message Date
Ariel Antonitis
be60824263 Add Banette event object. 2021-03-03 01:33:26 -05:00
Ariel Antonitis
984cfe4699 Fixed endless reflection spawning. 2021-03-03 01:33:21 -05:00
Ariel Antonitis
1fa2bc0df1 Fixed follower not disappearing when surfing. 2021-03-03 01:33:13 -05:00
Ariel Antonitis
4bd6642033 Use front sprite palettes for event objects. 2021-03-03 01:29:52 -05:00
Ariel Antonitis
e9711b7cd5 Fixed high bridge (Route 120) reflections. 2021-03-03 01:26:38 -05:00
Ariel Antonitis
8598c59fad Fixed tree disguise for dynamic palettes. 2021-03-03 01:24:30 -05:00
Ariel Antonitis
e975698966 Fixed bug in ScrCmd_release. 2021-03-03 01:21:48 -05:00
Ariel Antonitis
66dd1aecf9 Made (most) field effects use dynamic palettes. 2021-03-03 01:21:40 -05:00
Ariel Antonitis
4ba4fa2172 Added follower object to ScrCmd_release. 2021-03-03 01:12:57 -05:00
Ariel Antonitis
acdeb438a8 Fixed fly callback logic. 2021-03-03 01:12:50 -05:00
Ariel Antonitis
69ae5b18c0 Made pokemon event objects dynamic. 2021-03-03 01:12:05 -05:00
Ariel Antonitis
12a2ec9f26 Added dynamic reflections. 2021-03-03 01:10:48 -05:00
Ariel Antonitis
db46bf855d Fixed berry tree display. 2021-03-03 01:07:06 -05:00
Ariel Antonitis
e52b70e46f Updated follower scripting (applymovement). 2021-03-03 01:04:37 -05:00
Ariel Antonitis
4e3c2d8491 Allowed running inside buildings. 2021-03-03 01:04:32 -05:00
Ariel Antonitis
8a3dfbf252 Added pokemon followers & script commands. 2021-03-03 01:04:22 -05:00
Ariel Antonitis
a2c8ab6a09 Unpadded ROM size. 2021-03-03 00:53:15 -05:00
Ariel Antonitis
eb55f6bd0a Added dynamic overworld palettes (github.com/pret/pokeemerald/wiki/Dynamic-overworld-palette-system) 2021-03-03 00:53:06 -05:00
Ariel Antonitis
2e32a27d75 Testing follower pokemon. 2021-03-03 00:51:43 -05:00
GriffinR
91ab30fa71 Rename mon markings struct 2021-02-28 17:11:46 -06:00
GriffinR
ed0347476c Remove old declaration and define 2021-02-28 17:11:46 -06:00
GriffinR
031da44cab Document mon markings 2021-02-28 17:11:46 -06:00
GriffinR
8bfd1370c9
Merge pull request #1352 from huderlem/GetOpponentMostCommonMonType
Document GetOpponentMostCommonMonType and fix its fake matching
2021-02-28 17:27:39 -05:00
Marcus Huderle
200e8214cf Document GetOpponentMostCommonMonType and fix its fake matching 2021-02-28 10:43:56 -06:00
GriffinR
cbc7a72814
Merge pull request #1346 from GriffinRichards/doc-pokejump
Document pokemon jump
2021-02-28 11:19:02 -05:00
N
6c07031c85 Remove redundant statements 2021-02-28 10:06:07 -06:00
N
cab3728e96 Strangest match 2021-02-28 10:06:07 -06:00
huderlem
10c77f1bc2
Merge pull request #1345 from GriffinRichards/doc-rtcscreen
Document/clean up some minor screens
2021-02-28 10:03:22 -06:00
Marcus Huderle
c900de35e7 Fix build and cleanup mistakes 2021-02-28 09:54:55 -06:00
Marcus Huderle
a85fada314 Document more battle anim effects 2021-02-28 09:54:55 -06:00
GriffinR
1912b0cf0a
Merge branch 'master' into doc-rtcscreen 2021-02-28 10:28:43 -05:00
GriffinR
3f59362397
Merge branch 'master' into doc-pokejump 2021-02-28 10:27:50 -05:00
GriffinR
ea748ff7f5
Merge pull request #1344 from GriffinRichards/doc-ec
Document easy chat and mail, script.c cleanup, add/use some general constants
2021-02-28 10:26:49 -05:00
GriffinR
70c560cc84
Merge pull request #1347 from huderlem/battle_anim_doc
Document some battle anim funcs and data
2021-02-27 13:50:01 -05:00
Marcus Huderle
c323e7f061 Document some battle anim funcs and data 2021-02-27 11:04:45 -06:00
GriffinR
763724a980 Shifts to mult in ShowBonus 2021-02-26 21:13:16 -05:00
GriffinR
117b90a261 Document pokemon jump 2021-02-26 17:26:39 -05:00
GriffinR
2dfa84c10f Clean up berry_fix_program 2021-02-24 16:46:57 -05:00
GriffinR
f172ff84c9 Clean up save_failed_screen 2021-02-24 14:53:32 -05:00
GriffinR
f09278393e Document reset_rtc_screen 2021-02-24 14:29:33 -05:00
GriffinR
293df1887f Fix comment typo 2021-02-24 11:26:26 -05:00
GriffinR
b71b10623b Add palette selection constants 2021-02-24 11:03:51 -05:00
GriffinR
c6141fea83 Document easy chat 2021-02-24 11:03:45 -05:00
GriffinR
1cac608dbe Document mail 2021-02-24 11:03:39 -05:00
GriffinR
b04f0aaa2b Use SPRITE_NONE constant 2021-02-24 11:03:32 -05:00
GriffinR
a5852d57d1 Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
GriffinR
e52b46ab43 Clean up script.c 2021-02-24 11:03:17 -05:00
GriffinR
81a7f491b7 Use WINDOW_NONE constant 2021-02-24 11:03:08 -05:00
GriffinR
06ae5a37e2
Merge pull request #1336 from GriffinRichards/giftribbons
Document some ribbon usage
2021-02-24 10:07:59 -05:00
GriffinR
fc3d6eb178
Merge pull request #1328 from GriffinRichards/doc-pokeuseitem
Document PokemonUseItemEffects
2021-02-22 12:15:19 -05:00