Commit graph

2631 commits

Author SHA1 Message Date
Ariel Antonitis
385c94d068 Merge branch 'romhack' into lighting 2021-06-08 17:58:29 -04:00
Ariel Antonitis
e4b9bb75e2 Merge branch 'master' into romhack 2021-06-04 23:36:21 -04:00
Ariel Antonitis
37f0684d98 Unown followers now appear as the right letter. 2021-06-04 23:35:10 -04:00
Ariel Antonitis
c267dd6ee6 Added function to check for newer emulators/hardware. 2021-06-04 23:35:04 -04:00
Ariel Antonitis
e9d01b4808 Added a non-RNG, PID-preserving way to modify pokemon nature.
(wip) Preserve shiny value when changing nature.

(WIP) Preserve shiny value.

(WIP) Preserve nature.

(WIP) Removed some debugging statements.

(WIP) Removed more debugging statements.

(WIP) Nature changing now supports Unown.
2021-06-04 22:49:20 -04:00
Kurausukun
2bbaf71998 [LEAK-INFORMED] fix CreateShedinja fakematch
info: the header change is required. accesses to the struct need to be
treated as non-const, even though the array must be const. thanks to
jiang for figuring this out.
2021-05-31 08:20:46 -05:00
gAlfonso-bit
2be29cdb77 Update IsPokemonCryPlaying 2021-05-13 11:23:11 -05:00
GriffinR
65fd334256 Name map groups 2021-05-11 10:16:04 -05:00
Flametix
a8fab62c89 Fix Substitute typo 2021-05-06 20:49:04 -04:00
Ariel Antonitis
bfe0c58326 Merge branch 'romhack' into lighting 2021-05-05 20:01:15 -04:00
Ariel Antonitis
3201422bbb Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
GriffinR
6ce27c0ff0 Restore EReaderTrainerHillSet dummy 2021-05-04 15:43:24 -04:00
Ariel Antonitis
147e101df5 More testing of fog blending. 2021-05-02 02:55:23 -04:00
Ariel Antonitis
65e616342b Changed time blending to work with FadeScreen. 2021-05-02 02:53:30 -04:00
GriffinR
f7a699c686
Merge pull request #1421 from GriffinRichards/doc-tvrecordmix
Document TV
2021-04-29 00:25:01 -04:00
GriffinR
6c38837b26
Merge pull request #1420 from GriffinRichards/doc-dataanims
Document battler affine anims, default pokeball throw
2021-04-28 13:56:42 -04:00
GriffinR
58cef0ae52
Merge pull request #1418 from GriffinRichards/sync-ereaderhelp
Sync e-reader helpers, document trainer hill e-reader
2021-04-28 06:08:57 -04:00
GriffinR
c6300b5325
Merge pull request #1417 from GriffinRichards/doc-pyramidbag
Document Battle Pyramid Bag
2021-04-27 14:48:09 -04:00
GriffinR
18f85b5cf0
Merge pull request #1415 from GriffinRichards/doc-contestutil
Some Contest clean up
2021-04-27 02:29:41 -04:00
GriffinR
d74017d256
Merge pull request #1419 from GriffinRichards/doc-animstatus
Label more unused battle anims
2021-04-26 13:32:15 -04:00
GriffinR
c0aedf8df4
Merge pull request #1410 from GriffinRichards/doc-tradedata
Document trade sequence animation, some trade cleanup
2021-04-26 13:26:12 -04:00
GriffinR
aad090e154 Document TV 2021-04-26 12:35:35 -04:00
Ariel Antonitis
0cc6c7b111 Made BlendPalettesFine global. 2021-04-25 22:01:33 -04:00
Ariel Antonitis
a160012dbf Added shadow toggle to weather structure. 2021-04-25 22:01:33 -04:00
Ariel Antonitis
4454a6397b Fixed bug where TOD was updated too frequently. 2021-04-25 22:01:33 -04:00
Ariel Antonitis
dbc4cb8293 Refactored BlendSettings storage inside gPaletteFade. 2021-04-25 16:26:24 -04:00
Ariel Antonitis
4bb7abb520 Fixed palette fades during intermediate times of day. 2021-04-25 16:26:23 -04:00
Ariel Antonitis
da345c1eeb Optimized time-of-day & native palette blending. 2021-04-25 16:26:23 -04:00
Ariel Antonitis
ae4f596885 Averaging function can now tint. 2021-04-25 16:26:23 -04:00
Ariel Antonitis
93ab4451fc Testing combined averaging function. 2021-04-25 16:26:23 -04:00
Ariel Antonitis
def9d39fbb Testing evening tint. 2021-04-25 16:26:22 -04:00
Ariel Antonitis
22c429d0d6 Added inter-time-of-day blending. 2021-04-25 16:26:22 -04:00
Ariel Antonitis
e11d050423 Added weighted palette average. 2021-04-25 16:26:22 -04:00
Ariel Antonitis
3c52e9b7ca Experimental TOD tint. 2021-04-25 16:26:22 -04:00
Ariel Antonitis
cd9276c569 Refactored light metatile caching. 2021-04-25 16:26:22 -04:00
Ariel Antonitis
56b9764aec Added default light blending color.
Fixed light palette header offsets.
Changed blending function names.
2021-04-25 16:26:22 -04:00
Ariel Antonitis
127749369d Allowed map headers to specify light palettes. 2021-04-25 16:26:21 -04:00
GriffinR
bee60f4c64 Document battler sprite affine anims, default pokeball throw 2021-04-25 02:18:34 -04:00
GriffinR
e065c0c285 Label more unused battle anims 2021-04-24 18:26:25 -04:00
GriffinR
86475c5ded Document trainer hill ereader 2021-04-24 18:04:27 -04:00
GriffinR
004c37bf02 Sync ereader_helpers with pokefirered 2021-04-24 18:03:06 -04:00
GriffinR
8c820878bf Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
GriffinR
bc9fc38254 Misc contest cleanup 2021-04-22 15:51:04 -04:00
GriffinR
dbe24f0baa Clean up contest_painting 2021-04-21 20:04:12 -04:00
GriffinR
a2a9f22612 Clean up contest_util 2021-04-20 21:16:47 -04:00
GriffinR
04af378904 Document trade sequence animation, some trade cleanup 2021-04-20 05:50:39 -04:00
Ariel Antonitis
221569a710 Merge branch 'master' into romhack 2021-04-18 22:17:53 -04:00
Ariel Antonitis
fbbd58a823 Added music messages. 2021-04-18 21:00:27 -04:00
Ariel Antonitis
875c4edd50 Added some conditional messages.
Added emote graphics.
2021-04-18 21:00:27 -04:00
Ariel Antonitis
e647e926a8 Added all unconditional HGSS messages. 2021-04-18 20:59:23 -04:00