Commit Graph

2396 Commits

Author SHA1 Message Date
GriffinR f8f6575360 Rename roulette_util to palette_util 2020-08-04 19:24:36 -04:00
GriffinR 8e800e2061 Document roulette flash util 2020-08-04 19:20:55 -04:00
GriffinR 868f831167 More roulette doc 2020-08-04 14:25:13 -04:00
GriffinR b40cee540e Continue documenting roulette 2020-08-02 14:52:05 -04:00
PikalaxALT 03eba6a62c Merge pull request #1116 from GriffinRichards/doc-slotmachine
Document slot machine
2020-08-01 09:56:44 -04:00
GriffinR 22b5b6b074 Start documenting roulette 2020-07-30 19:37:16 -04:00
GriffinR 7ada56f039 Merge pull request #1085 from GriffinRichards/doc-overworld
Document field effects / misc overworld
2020-07-28 17:54:25 -04:00
GriffinR c6b27013cc Merge pull request #1112 from GriffinRichards/add-genwarn
Add warnings to generated map/layout files
2020-07-28 17:47:55 -04:00
GriffinR e06de33cbd Merge branch 'master' into doc-overworld 2020-07-28 17:46:17 -04:00
GriffinR 5eecaf92ba Merge branch 'master' into doc-slotmachine 2020-07-28 17:41:34 -04:00
GriffinR 1f4813bfd2 Document slot machine funcs 2020-07-28 17:38:05 -04:00
GriffinR b22709ee3d More slot machine data documentation 2020-07-28 14:29:44 -04:00
ExpoSeed b401e2eb86 Fix naming style of function 2020-07-27 21:22:16 -05:00
ExpoSeed 71dc5edf2e Document some battle_util.c 2020-07-27 17:10:42 -05:00
GriffinR 36a4764a78 Document some slot machine data 2020-07-26 02:15:59 -04:00
GriffinR 2439f42de4 Add warnings to generated files 2020-07-24 03:43:37 -04:00
GriffinR aca50c87be Continue new contest documentation 2020-07-24 00:14:53 -04:00
GriffinR 52a4428ba6 Begin new contest documentation 2020-07-23 17:55:40 -04:00
GriffinR 4a42e2a710 Merge branch 'master' into doc-overworld 2020-07-23 10:31:52 -04:00
PikalaxALT 2e077f09e4 Merge pull request #1111 from GriffinRichards/sync-flags
Sync unused flags with pokeruby
2020-07-23 09:12:33 -04:00
GriffinR 813f0c724f Sync flags with pokeruby 2020-07-22 18:00:41 -04:00
GriffinR a1cc7d2bd6 Document faraway island 2020-07-19 14:12:38 -04:00
GriffinR af09e73d67 Merge branch 'master' into doc-overworld 2020-07-18 20:24:09 -04:00
GriffinR 8e6dd3bafe Merge pull request #1086 from GriffinRichards/doc-unktrans
Document unk_transition
2020-07-18 20:22:58 -04:00
GriffinR 1a27af8855 Merge pull request #1100 from GriffinRichards/clean-battlescrdata
Misc battle and battle palace documentation
2020-07-18 20:22:44 -04:00
GriffinR fb402725c6 Convert more battle constants to bit shifts 2020-07-18 18:39:38 -04:00
GriffinR aba42513d3 Clean up some battle scr cmd data 2020-07-18 18:10:15 -04:00
GriffinR 96fd719a19 Merge pull request #1081 from GriffinRichards/add-localids
Add local object event ids for referenced objects
2020-07-17 18:18:47 -04:00
GriffinR 50e48898d2 Merge pull request #1088 from GriffinRichards/doc-starterchoose
Document starter_choose.c
2020-07-17 16:02:10 -04:00
PokeCodec 597a238229 Typo Fix 2020-07-17 15:49:46 -04:00
GriffinR e129d04b93 Merge branch 'master' into doc-overworld 2020-07-15 00:40:47 -04:00
GriffinR 3c356a1d7a Merge pull request #1082 from GriffinRichards/add-flagvarsave
Allow flag/var counts to be updated alongside values
2020-07-14 19:58:38 -04:00
GriffinR a583dfcc42 Merge pull request #1094 from DizzyEggg/rename
Give proper names to some functions
2020-07-14 19:56:46 -04:00
GriffinR c177872c9c Merge pull request #1080 from AsparagusEduardo/EndBalls
Created constant for easier Ball Expansion.
2020-07-14 19:56:20 -04:00
DizzyEggg 0425cb66ef Give proper names to some functions 2020-07-14 11:13:03 +02:00
Eduardo Quezada b31efcd6e3 Renamed constant, 2020-07-12 01:49:32 -04:00
PikalaxALT 535189bf14 Fix some UB exposed with GCC 10.1.0 2020-07-11 10:22:34 -04: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 89bcf3cbd9 Merge branch 'master' into add-localids 2020-07-08 15:47:45 -04:00
GriffinR 431c60c92c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confetti 2020-07-08 15:45:31 -04:00
PikalaxALT 8b80b417e2 Merge pull request #1069 from GriffinRichards/doc-link
Document linking
2020-07-08 15:43:45 -04:00
GriffinR 43c48d95c2 Document starter_choose.c 2020-07-06 17:26:25 -04:00
GriffinR c0bc7e8f7b Fix elevator metatile typo 2020-07-06 16:02:49 -04:00
Michael Panzlaff 3264cf697f fix aggressive loop optimizations
Previously, aggressive loop optimizations with a new compiler were not
possible due to undefined behaviour at end of arrays.

A macro "UBFIX" is added to allow ifdefs for fixes which resolve
undefined behavior. For example newer GCC versions will detect various
bugs in the original game code and will otherwise not compile with -Werror.
2020-07-05 18:09:59 +02:00
GriffinR 72edc46ab6 Document unk_transition 2020-07-02 15:45:37 -04:00
GriffinR 1ce929157f Clean up field effect doc 2020-07-02 05:05:13 -04:00
GriffinR c84f98a7ff Document misc field control 2020-06-29 17:24:17 -04:00
GriffinR abdf7cbf02 Label fishing effect functions 2020-06-29 16:53:38 -04:00
GriffinR eb80012757 Document more misc field effects 2020-06-29 16:32:46 -04:00