Commit Graph

2249 Commits

Author SHA1 Message Date
GriffinR c42c1ab8c1 Document contest appeal 2020-08-15 14:32:30 -04:00
GriffinR 3779422489 Split contest funcs from script_pokemon_util 2020-08-13 17:42:12 -04:00
GriffinR 4911849723 Document link contest connection 2020-08-13 16:27:40 -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
PikalaxALT 535189bf14 Fix some UB exposed with GCC 10.1.0 2020-07-11 10:22:34 -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
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 8b462f3f6c Specify confetti util name 2020-06-18 18:14:30 -04:00
GriffinR d2a760afdb Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4 2020-06-18 18:01:32 -04:00
GriffinR 24569583e4 Document contest results 2020-06-18 17:50:13 -04:00
GriffinR f600aff711 Rename rom_81520A8 2020-06-17 03:42:10 -04:00
GriffinR 76f6d05173 Document confetti 2020-06-17 03:39:03 -04:00
GriffinR c2a07276ae Merge branch 'master' into doc-link 2020-06-13 16:15:11 -04:00
GriffinR a9a427c6f2 Merge branch 'master' into doc-link 2020-06-10 17:36:43 -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 35867f531b Some link rfu cleanup / link.c documentation 2020-06-08 15:24:25 -04:00
GriffinR c98342c973 Document link_rfu_3.c 2020-06-08 00:28:21 -04: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
SBird 5d752bbe49 shop: document some constants s.t. object events don't break 2020-06-03 19:55:15 -05:00
GriffinR aaf5d91c18 Document field_message_box.c 2020-06-03 19:47:45 -05: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
DizzyEggg 0690abd5a4 its time to ddddddduel 2020-06-02 17:28:47 +02:00
PikalaxALT 72b332d551 Revert "More transitions documentation" 2020-06-01 18:05:31 -04:00
GriffinR f53e2491bf Document union_room_player_avatar.c 2020-06-01 10:23:12 -04:00
DizzyEggg ab3eb6065b More transitions documentation 2020-06-01 16:17:25 +02:00
GriffinR 4fe507e453 Document union_room.c 2020-05-31 13:11:18 -04:00
PikalaxALT 24075e9e72 Merge pull request #1061 from GriffinRichards/fix-egg
Clear up misleading egg step name
2020-05-29 16:50:37 -04:00
GriffinR e27c3d2abd Clear up misleading egg step name 2020-05-27 16:41:23 -04:00
DizzyEggg 5eeecb56c1 More touches to pokemon summary screen document 2020-05-27 07:57:15 -05:00
GriffinR f9e6f7540f Use fixed point macros for math util 2020-05-24 08:28:02 -05:00
GriffinR c6205b3df4 Document math_util.c 2020-05-24 08:28:02 -05:00
hondew cfc47e642f Clean up slot drawing
Fix typos
2020-05-24 08:24:20 -05:00
hondew 26a197847a Rename tag offset functions
Fix typo
2020-05-24 08:24:20 -05:00
PikalaxALT 3c4b9dfacc Merge pull request #1044 from DizzyEggg/sss
Document pokemon summary screen
2020-05-19 13:30:42 -04:00
DizzyEggg bdebab834c Document pokemon summary screen 2020-05-18 14:03:01 +02:00
GriffinR 5bb688df3e Label in_connection's field in ObjectEventTemplate 2020-05-14 17:11:18 -04:00
hondew 048d1ffbdb Clarify stages 2020-05-02 13:38:25 -04:00
hondew 49184cd799 Document berry yield
fix wording
2020-05-02 11:51:49 -04:00
GriffinR cb5b8da77b More trainer type usage 2020-04-28 19:59:08 -05:00
GriffinR 8d9e39e6d1 Sync map types with pokefirered 2020-04-28 19:59:08 -05:00
GriffinR e5757a3def Use trainer type constants 2020-04-28 19:59:08 -05:00
GriffinR ecd4824f67 Index heal location data, use better names 2020-04-28 19:59:08 -05:00
GriffinR b1d26e10a8 Sync map header property names with pokefirered 2020-04-28 19:59:08 -05:00
jiangzhengwenjz c7d8d5dae2 fix remainSize type 2020-04-28 07:28:27 +08:00
jiangzhengwenjz 2010ed0f12 librfu issues 2020-04-28 07:25:55 +08:00