Commit Graph

5469 Commits

Author SHA1 Message Date
GriffinR 50e48898d2 Merge pull request #1088 from GriffinRichards/doc-starterchoose
Document starter_choose.c
2020-07-17 16:02:10 -04:00
GriffinR 300f36654d Merge pull request #1099 from PokeCodec/quickie
ifndef GUARD typo fix
2020-07-17 15:56:52 -04:00
PokeCodec 597a238229 Typo Fix 2020-07-17 15:49:46 -04:00
PokeCodec 98441b1199 Sort out asm 2020-07-16 18:28:38 -04:00
GriffinR d888fe1013 Merge pull request #1096 from DizzyEggg/patch-2
Use stat constants in MonGainEVs
2020-07-16 09:29:23 -04:00
DizzyEggg c8e1079736 Use stat constants in MonGainEVs 2020-07-16 09:58:16 +02:00
GriffinR 7bea28cb84 Merge pull request #1093 from GriffinRichards/fix-frontiermonconst
Clean up some frontier mon use in battle factory
2020-07-15 13:37:07 -04:00
GriffinR 0c4f3b269e Merge pull request #1083 from GriffinRichards/playse-constants
Use charmap constants for PLAY_SE
2020-07-15 02:53:53 -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 6f3c792577 Merge pull request #1084 from GriffinRichards/fix-gbagfxsegfault
Fix segfault in gbagfx
2020-07-14 19:57:27 -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
GriffinR 1c75396276 Clean up some frontier mon use in battle factory 2020-07-13 00:47:30 -04:00
Eduardo Quezada b31efcd6e3 Renamed constant, 2020-07-12 01:49:32 -04:00
PikalaxALT 617e411aca Merge pull request #1092 from PikalaxALT/ubfix
Fix some UB exposed with GCC 10.1.0
2020-07-11 10:32:30 -04:00
PikalaxALT 535189bf14 Fix some UB exposed with GCC 10.1.0 2020-07-11 10:22:34 -04:00
PikalaxALT 038d247e14 Merge pull request #1091 from Flametix/target
Replace magic number with MOVE_TARGET_BOTH
2020-07-09 15:45:36 -04:00
PikalaxALT 5a326a11f4 Merge pull request #1090 from Ryuhouji/patch-3
Made documentation more readable
2020-07-09 15:45:11 -04:00
Ryuhouji 8e2128f22c Fix indentation 2020-07-09 15:36:22 -04:00
Ryuhouji d261374044 Made documentation more readable
This change will make the script command documentation more user-friendly to read.
Additionally, provided the information on the 'delay' macro. I have confirmed that this
is indeed Frames and not Milliseconds. Updated the macro respectively.
2020-07-09 15:16:37 -04:00
Flametix 4ba2799849 Update pokemon.c 2020-07-09 14:52:19 -04:00
GriffinR beeb673ba1 Merge branch 'master' of https://github.com/pret/pokeemerald into add-flagvarsave 2020-07-08 16:03:32 -04:00
PikalaxALT ebade7affb Merge pull request #1079 from GriffinRichards/doc-confetti
Document Contest Util and confetti effects
2020-07-08 16:01:27 -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
PikalaxALT 9ff261ac2a Merge pull request #1078 from GriffinRichards/move-cries
Move Pokemon cries to own directory
2020-07-08 15:45:32 -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
PikalaxALT 550875757b Merge pull request #1087 from ipatix/fix_aggressive_loop_optimizations
fix aggressive loop optimizations
2020-07-08 15:42:08 -04:00
PikalaxALT b7532903d7 Merge pull request #1089 from PokeCodec/patch-1
Match CreatePokeDexList
2020-07-07 21:15:49 -04:00
PokeCodec 938aec45d3 Match CreatePokeDexList
Cherry-picked from the pret Ruby repo
2020-07-07 20:57:20 -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 8589e138a8 Eliminate METATILE_ID() macro 2020-07-02 00:17:14 -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
GriffinR a35ab0d023 Fix segfault in gbagfx 2020-06-29 15:28:59 -04:00
GriffinR 4ea6992172 Continue documenting overworld/field effects 2020-06-29 01:26:29 -04:00
GriffinR 7d5ad8f7b4 Use charmap constants for PLAY_SE 2020-06-26 02:44:07 -04:00
GriffinR 2ed1f7c6f9 Byte-align daily flags 2020-06-24 18:05:22 -04:00
GriffinR 06025e887f Allow flag/var counts to be updated alongside values 2020-06-24 17:00:19 -04:00
GriffinR a88676094b Add missed deoxys rock local id 2020-06-23 15:51:23 -04:00
GriffinR 18d57a3802 Document some overworld and field effects 2020-06-23 15:48:53 -04:00
GriffinR fac6288156 Add local object event ids for referenced objects 2020-06-22 17:18:58 -04:00