Commit Graph

50 Commits

Author SHA1 Message Date
N e79048e8ee Remove unneeded bitwise operations 2021-03-04 19:35:25 -06:00
N b86b66660c Revert void change 2021-03-04 19:32:36 -06:00
N 8f5bd2fb33 Fix prefixes of variable names
Many static variables in this function are falsely labeled with a g prefix, as if it were global, when they are in fact state variables.
2021-03-04 19:32:36 -06:00
GriffinR b04f0aaa2b Use SPRITE_NONE constant 2021-02-24 11:03:32 -05:00
GriffinR da67b6ebd9 More window cleanup 2021-02-18 15:01:18 -05:00
GriffinR d62f89b20c Minor window/bg cleanup 2021-02-18 10:00:07 -05:00
GriffinR b65980cd4e Remove unused local variables and functions 2021-01-19 18:19:33 -05:00
Sierraffinity a982e6ab88 Make div by zero fix more concice 2021-01-04 16:39:47 -08:00
Sierraffinity 67a656a4df Fix/document possible division by zero in ConvertScaleParam 2021-01-04 16:26:28 -08:00
aaaaaa123456789 ca950a8daf Solve merge conflicts from previous commit 2020-11-02 22:18:26 -03:00
aaaaaa123456789 bacc831aa9 Re-apply joypad macros (minus merge conflicts) 2020-11-02 22:02:39 -03:00
aaaaaa123456789 1c3d75f673 Merge branch 'master' into reverts 2020-10-26 12:16:36 -03:00
Kurausukun 063596d87b re-match GLYPH_COPY 2020-10-21 04:26:45 -04:00
MeatLoaf3 5f17b07d0c Change toOrrX and toOrrY to u8 2020-10-02 11:17:11 -04:00
Revo 22c6c03429 Remove unnecessary comments 2020-10-01 17:06:33 -05:00
Revo 7f1fa72746 :masuda: 2020-10-01 17:06:33 -05:00
ProjectRevoTPP 7c697e9536 Resolve fakematch CopyGlyphToWindow. 2020-10-01 17:06:33 -05: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 de274dcb07 Removed unneeded comments 2020-09-04 21:20:52 -04:00
PokeCodec 28ef2fb774 Switch to button macros 2020-09-04 21:11:55 -04:00
PokeCodec ae9a60eb2a Documenting and whitespace fixing 2020-09-04 19:49:53 -04:00
PokeCodec 5504ceada3 Change array count of pointer value to array count of the first element 2020-08-30 14:33:11 -04:00
PokeCodec 83a7060143 Cleanup window.c 2020-08-25 15:56:17 -04:00
PokeCodec 75fea51712 refactor 2020-08-24 15:32:57 -04:00
PokeCodec b52c0d1a2e Cleaned up variables 2020-08-24 15:20:50 -04:00
PokeCodec 86a1e89879 Documentation of unk field 2020-08-23 21:34:31 -04:00
GriffinR 0e7f634b00 Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
PokeCodec d3e00cadcc Enum Time 2020-08-14 23:53:20 -04:00
GriffinR fa4d31ba96 Fix newline warning 2020-08-12 19:53:08 -04:00
GriffinR b3c4cd8a32 Merge pull request #1127 from PokeCodec/glyphMatch
Glyph match
2020-08-12 18:43:40 -04:00
PokeCodec f33737ae97 bool8 2020-08-12 12:53:59 -04:00
PokeCodec 4e20e2a3ea Match CopyGlyphToWindow 2020-08-12 12:34:01 -04:00
GriffinR cc4255d4c0 Add some charmap constant usage 2020-08-11 00:23:28 -04:00
GriffinR ebb6c4ee66 Merge branch 'master' into doc-overworld 2020-07-08 15:51:58 -04:00
GriffinR 18d57a3802 Document some overworld and field effects 2020-06-23 15:48:53 -04:00
GriffinR 7632404ba5 Document union_room_chat.c 2020-06-02 18:35:00 -04:00
Sierraffinity d301d438c1 Fix the fix 2020-05-20 19:33:40 -07:00
Sierraffinity 3617a064d2 Fix TextPrinterDrawDownArrow fakematch 2020-05-20 19:09:55 -07:00
Sierraffinity a1244aa5dd Merge branch 'master' of github.com:pret/pokeemerald 2020-05-04 20:54:27 -07:00
jiangzhengwenjz bc0d0caec3 CopyTileMapEntry 2020-04-28 07:29:15 +08:00
Sierraffinity 072a98ca9a Document undefined sprite template behavior 2020-04-25 18:25:55 -07:00
garakmon b1dd945cbf move fonts from data/graphics/ to graphics/ 2020-03-12 13:40:00 -04:00
GriffinR c859fe3606 Fix typo 2020-02-04 08:02:28 -06:00
GriffinR be5d417236 Document some pokenav menu handlers 2020-02-04 08:02:28 -06:00
GriffinR 47b0d8a597 Merge branch 'master' into doc-matchcall 2019-12-10 20:43:27 -05:00
GriffinR 2756771958 More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
GriffinR 548af3c0f1 Document a bit of Match Call 2019-12-05 15:33:36 -05:00
GriffinR 4a7f061885 Document some of trade 2019-10-03 19:39:37 -04:00
PikalaxALT 7b8b5b5c8c Merge branch 'master' into gflib 2019-09-27 09:11:22 -04:00
PikalaxALT 306ce048ad Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00