GriffinR
|
be0699bd64
|
Merge pull request #1326 from GriffinRichards/doc-layouts
Label unused layouts
|
2021-02-14 14:22:28 -05:00 |
|
GriffinR
|
a85ac11b28
|
Merge pull request #1325 from GriffinRichards/constants-berrytree
Add berry tree id constants
|
2021-02-14 14:15:51 -05:00 |
|
GriffinR
|
8634710996
|
Document PokemonUseItemEffects
|
2021-02-12 16:02:04 -05:00 |
|
LOuroboros
|
21ee6cb9fb
|
Added constant labels for EV manipulating item effects
|
2021-02-12 07:26:11 -03:00 |
|
GriffinR
|
20b76c6071
|
Fix swapped route 102 berries
|
2021-02-10 16:26:09 -05:00 |
|
GriffinR
|
2237d0748f
|
Label unused layouts
|
2021-02-08 14:45:56 -05:00 |
|
GriffinR
|
0851c34bac
|
Add berry tree id constants
|
2021-02-05 15:25:12 -05:00 |
|
GriffinR
|
a240481d5f
|
Document secret_base.c
|
2021-02-05 12:08:25 -05:00 |
|
Deokishisu
|
ac43365d58
|
Fix "Compatibility" Misspelling
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
|
2021-02-05 01:27:11 -05:00 |
|
GriffinR
|
0064333e4a
|
Clean up scrcmd.c
|
2021-01-26 02:16:26 -05:00 |
|
GriffinR
|
8fe4d004e3
|
Merge pull request #1305 from GriffinRichards/doc-battletv
Document battle tv data
|
2021-01-21 12:27:14 -05:00 |
|
GriffinR
|
6999b237eb
|
Merge pull request #1309 from GriffinRichards/misc-macro
Use constants for item data, misc other constants/fixes
|
2021-01-19 20:49:58 -05:00 |
|
GriffinR
|
752982552e
|
Add FIRST_BALL, some FIRST_BERRY_INDEX usage
|
2021-01-19 13:39:18 -05:00 |
|
SphericalIce
|
2dfaba9472
|
Name color return values more accurately
|
2021-01-19 17:59:36 +00:00 |
|
SphericalIce
|
8de76ed533
|
Make broader use of RGB macros
|
2021-01-19 17:15:12 +00:00 |
|
GriffinR
|
cf9f8d01c5
|
Add misc item data constants
|
2021-01-19 05:49:20 -05:00 |
|
GriffinR
|
564278fd49
|
Document battle tv data
|
2021-01-14 06:29:59 -05:00 |
|
GriffinR
|
b9e1b050e1
|
Label remaining battle types
|
2021-01-13 15:20:29 -05:00 |
|
GriffinR
|
92de664f79
|
List battle animation indexes alongside tables
|
2021-01-11 16:07:16 -05:00 |
|
opakedragon
|
cbaf9b38b2
|
rename string id to reflect usage
|
2021-01-11 08:48:00 -05:00 |
|
SphericalIce
|
3c2a33b9b2
|
Use constants for max IVs & the random IV generation flag
|
2021-01-07 22:13:14 +00:00 |
|
GriffinR
|
769ddf22c2
|
Label remaining subs in battle_tower.c
|
2020-12-24 16:18:47 -05:00 |
|
Tim Gates
|
581306db7b
|
docs: fix simple typo, redunant -> redundant
There is a small typo in include/constants/battle_frontier.h.
Should read `redundant` rather than `redunant`.
|
2020-12-13 22:14:50 +11:00 |
|
LOuroboros
|
55bc2b4bb9
|
Corrected small inconsistency in move flag names
|
2020-12-12 12:18:56 -03:00 |
|
GriffinR
|
f95192ed87
|
Define terminal species IDs relatively
|
2020-12-08 00:45:05 -05:00 |
|
GriffinR
|
513c7c5f45
|
Clarify Kecleon objects
|
2020-11-23 14:42:47 -05:00 |
|
aaaaaa123456789
|
1c3d75f673
|
Merge branch 'master' into reverts
|
2020-10-26 12:16:36 -03:00 |
|
Kurausukun
|
44c2d15ca9
|
re-match sub_81C79BC (from #1177)
also re-define RBG macros
|
2020-10-23 22:07:30 -04:00 |
|
Kurausukun
|
90211248af
|
re-match Cmd_unknown_24 (from #1140)
changes to data structs are necessary. other things that look
unnecessary, like the order of operands, are also necessary. fuck this
function.
|
2020-10-23 20:47:10 -04:00 |
|
GriffinR
|
65a4e06737
|
Add ITEM6_HEAL constants, change move flags to shifts
|
2020-10-05 18:48:51 -04:00 |
|
GriffinR
|
66bd1e6d3f
|
Use constants for item digits
|
2020-09-25 11:18:52 -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 |
|
PokeCodec
|
3d87a88067
|
Make battle pyramid defines into enums
|
2020-09-04 19:49:53 -04:00 |
|
PokeCodec
|
3a2a2b6ba9
|
Fix issues according to feedback
|
2020-09-04 19:49:53 -04:00 |
|
PokeCodec
|
d4158e490a
|
Match more functions
|
2020-09-04 19:49:53 -04:00 |
|
PikalaxALT
|
135ed6a162
|
Merge pull request #1163 from GriffinRichards/doc-animthrow
Minor battle_anim_throw cleanup
|
2020-09-04 19:44:33 -04:00 |
|
GriffinR
|
f5495d1220
|
Give proper names to underwater maps
|
2020-09-01 03:03:14 -04:00 |
|
GriffinR
|
afb3472282
|
Minor battle_anim_throw cleanup
|
2020-08-30 15:11:44 -04:00 |
|
GriffinR
|
a9719c92bf
|
Merge pull request #1160 from kiliwily/master2
add MAX_LEVEL_UP_MOVES macro
|
2020-08-28 19:18:03 -04:00 |
|
kiliwily
|
c68c2b66e8
|
add more macros
|
2020-08-29 01:02:20 +02:00 |
|
GriffinR
|
09cfed64b5
|
Merge pull request #1146 from GriffinRichards/rename-songs
Give songs meaningful english names
|
2020-08-28 16:14:21 -04:00 |
|
kiliwily
|
5e7b6a089c
|
add MAX_LEVEL_UP_MOVES macro
|
2020-08-28 20:36:07 +02:00 |
|
Thomas Winwood
|
58786a7ac0
|
Add MAX_PER_STAT_EVS macro
|
2020-08-28 02:25:02 +01:00 |
|
GriffinR
|
fbb70b3727
|
Document contest AI scripts
|
2020-08-21 14:57:17 -04:00 |
|
GriffinR
|
ee72696b53
|
Sync encounter musics with encounter music types
|
2020-08-20 21:03:24 -04:00 |
|
GriffinR
|
d356e35b64
|
Fix incorrect pike curtain SE names
|
2020-08-20 20:23:08 -04:00 |
|
GriffinR
|
3014241179
|
Give songs meaningful english names
|
2020-08-20 19:06:14 -04:00 |
|
GriffinR
|
6c34effda9
|
Merge pull request #1138 from GriffinRichards/doc-contest
Document contest
|
2020-08-20 16:03:47 -04:00 |
|
PokeCodec
|
e27975afaa
|
Match battle script commands by correcting a function and the pokemon struct
|
2020-08-18 22:05:01 -04:00 |
|
GriffinR
|
503dafd210
|
Fix wallys parents misnamed as uncle/aunt
|
2020-08-18 17:51:41 -04:00 |
|
GriffinR
|
65bd2faf94
|
Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest
|
2020-08-16 05:59:10 -04:00 |
|
GriffinR
|
2749948eeb
|
Clean up contest doc
|
2020-08-16 05:52:17 -04:00 |
|
GriffinR
|
e98e4652fd
|
Document contest live updates
|
2020-08-16 05:18:09 -04:00 |
|
GriffinR
|
70851d9083
|
Add MAP_SCRIPT descriptions
|
2020-08-11 15:50:09 -04:00 |
|
GriffinR
|
8b95e1964b
|
Merge pull request #1121 from GriffinRichards/doc-roulette
Document roulette
|
2020-08-10 17:18:09 -04:00 |
|
GriffinR
|
078c341b2b
|
Merge pull request #1122 from GriffinRichards/clean-battlemsg
Add stat stage constants, clean up misc battle msg data
|
2020-08-10 14:29:27 -04:00 |
|
GriffinR
|
5e8ffff62f
|
Add stat stage constants
|
2020-08-04 20:38:57 -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
|
1f4813bfd2
|
Document slot machine funcs
|
2020-07-28 17:38:05 -04: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 |
|
GriffinR
|
813f0c724f
|
Sync flags with pokeruby
|
2020-07-22 18:00:41 -04:00 |
|
GriffinR
|
af09e73d67
|
Merge branch 'master' into doc-overworld
|
2020-07-18 20:24:09 -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
|
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
|
c177872c9c
|
Merge pull request #1080 from AsparagusEduardo/EndBalls
Created constant for easier Ball Expansion.
|
2020-07-14 19:56:20 -04:00 |
|
Eduardo Quezada
|
b31efcd6e3
|
Renamed constant,
|
2020-07-12 01:49:32 -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 |
|
GriffinR
|
c0bc7e8f7b
|
Fix elevator metatile typo
|
2020-07-06 16:02:49 -04:00 |
|
GriffinR
|
1ce929157f
|
Clean up field effect doc
|
2020-07-02 05:05:13 -04:00 |
|
GriffinR
|
abdf7cbf02
|
Label fishing effect functions
|
2020-06-29 16:53:38 -04:00 |
|
GriffinR
|
4ea6992172
|
Continue documenting overworld/field effects
|
2020-06-29 01:26:29 -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
|
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 |
|
Eduardo Quezada
|
7244b80fc6
|
Created constant for easier Ball Expansion.
|
2020-06-21 02:36:46 -04:00 |
|
GriffinR
|
24569583e4
|
Document contest results
|
2020-06-18 17:50:13 -04:00 |
|
GriffinR
|
c2a07276ae
|
Merge branch 'master' into doc-link
|
2020-06-13 16:15:11 -04:00 |
|
GriffinR
|
2859900ea9
|
Second pass on documenting union room
|
2020-06-10 17:30:59 -04:00 |
|
Sierraffinity
|
74edaed426
|
Begin item_menu.c cleanup
|
2020-06-10 13:07:42 -07:00 |
|
GriffinR
|
e6f5c4f264
|
Sync link_rfu_2.c
|
2020-06-07 12:54:50 -04:00 |
|
GriffinR
|
3f97763181
|
Document cable_club.c
|
2020-06-06 16:10:03 -04:00 |
|
GriffinR
|
9190af73b7
|
Label union room battle trainer
|
2020-06-03 15:28:29 -04:00 |
|
GriffinR
|
7632404ba5
|
Document union_room_chat.c
|
2020-06-02 18:35:00 -04:00 |
|
GriffinR
|
f53e2491bf
|
Document union_room_player_avatar.c
|
2020-06-01 10:23:12 -04:00 |
|
GriffinR
|
4fe507e453
|
Document union_room.c
|
2020-05-31 13:11:18 -04:00 |
|
hondew
|
cfc47e642f
|
Clean up slot drawing
Fix typos
|
2020-05-24 08:24:20 -05:00 |
|