Commit Graph

1125 Commits

Author SHA1 Message Date
Estellar
f2e07a8e5f Clean up 2025-01-28 12:56:15 -03:00
Estellar
7c4a85d24a removed struct_02055CBC_decl 2025-01-28 00:57:35 -03:00
Estellar
584c093c1a ov5_021DD6FC -> map_name_popup 2025-01-21 00:25:25 -03:00
Estellar
f0a7f93264 Function naming on ov5_021DD6FC 2025-01-15 18:06:23 -03:00
Estellar
1f5f12a9d9 More documentation in ov5_021DD6FC 2025-01-08 01:50:23 -03:00
Estellar
102171d8be sub_02071CFC to MapHeader_GetStringWidth
I have literally no idea what I'm doing
2025-01-03 22:04:14 -03:00
Rachel
8693817844
Merge pull request #320 from Viperio19/journal-documentation
Finishing up journal documentation
2025-01-01 19:00:18 -08:00
mudskipper13
8afd0d66a0 FieldMessaage_FillWindowTilemap -> FieldMessage_ClearWindow 2024-12-31 12:31:46 +07:00
mudskipper13
518f4d7ad1 Identify bgLayer in field_message 2024-12-31 10:20:39 +07:00
mudskipper13
403603b89a Merge branch 'upstream/main' into doc/field_message 2024-12-30 15:09:37 +07:00
mudskipper13
0f402c2906 unk_0205d8cc -> field_message 2024-12-30 14:45:29 +07:00
mudskipper13
2cffbee553 sub_0205DA1C -> FieldMessage_AddSignpostWindow 2024-12-30 14:27:18 +07:00
mudskipper13
10af592989 sub_0205DA80 -> FieldMessage_LoadAndDrawSignpost 2024-12-30 13:10:57 +07:00
mudskipper13
cd792aca3d Small doc on sub_0205DA1C local variables 2024-12-30 13:09:00 +07:00
mudskipper13
42c8d962b5 sub_0205D9CC -> FieldMessage_PrintWithParams 2024-12-30 12:51:31 +07:00
mudskipper13
27f607764e Minor parameter documentations (Window, BgConfig, StrBuf) 2024-12-30 12:43:21 +07:00
mudskipper13
f75847fa6a sub_0205D988 -> FieldMessaage_FillWindowTilemap 2024-12-30 12:26:24 +07:00
mudskipper13
0b84e8153d sub_0205D8CC -> FieldMessage_LoadTextPalettes
I tried shorten `if (resetPrinters == TRUE) {` to just
`if (resetPrinters) {` but the checksum mismatches
2024-12-30 12:21:25 +07:00
Viperio19
77d9e303e3 Finishing touches to journal documentation 2024-12-17 23:19:52 +01:00
Rachel
20d0c83f6a
Merge pull request #316 from Viperio19/journal-documentation
Some checks failed
build / build (push) Has been cancelled
Journal documentation
2024-12-17 08:17:05 -08:00
cbt6
63de4d751b Document some movement action functions 2024-12-13 22:05:57 +08:00
Viperio19
28d3c68710 Moving Journal...EventType constants to journal.json and adding ScrCmd_ back to ScrCmd_CreateJournalEvent in scrcmd.c 2024-12-11 08:25:16 +01:00
Viperio19
070b54d4c6 Moving defines to src/journal.c, using macros for bitwise operations 2024-12-09 13:41:10 +01:00
Viperio19
9de7d5b7dc Move journal_display folders to include/applications and src/applications respectively 2024-12-09 11:52:28 +01:00
Viperio19
36f95a2087 Making journal.h structs named, making small changes to function names, mirroring param names in include files, removing unnecessary comments, using heap ids, and returning BOOLs instead of ints 2024-12-09 11:18:35 +01:00
Rachel
84fd0c18ee
Merge pull request #297 from h2o-DS/main
Decompile encdata_ex and Move Pokedex Narcs
2024-12-08 13:34:25 -08:00
Viperio19
71441e5ba9 Some renaming for UnkStruct_ov81_021D1610 2024-12-08 22:15:41 +01:00
Viperio19
ac99b36c59 Finishing documenting journal.c and documenting parts of other files with calls to functions from journal.c 2024-12-08 21:58:34 +01:00
Viperio19
5fd11e8086 Documenting journal_controller.c (function names etc.), renaming UnkStruct_020BCC8 and UnkStruct_0202BFCC to ...LocationEvent and ...OnlineEvent and documenting those (struct member names, enums, etc.) 2024-12-07 00:44:11 +01:00
Viperio19
58f0ddf2d9 Renaming overlay_081 to journal_display with journal_controller.c and journal_printer.c, and documenting journal_printer.c (using message constants and naming functions) 2024-12-06 20:34:32 +01:00
Viperio19
a595eec3bc Using trainer constants in journal.c, renaming UnkStruct_ov81_021D1610 struct members, and making general improvements in overlay081 2024-12-06 15:26:02 +01:00
Rachel
ad4db9b44f
Merge pull request #312 from Viperio19/journal-documentation
Some checks failed
build / build (push) Has been cancelled
Journal documentation
2024-12-05 11:38:03 -08:00
Viperio19
9c7dd64dc0 Formatting changes 2024-12-04 14:09:25 +01:00
Viperio19
1b536411c1 Add suggestions from PR review (cleaning up unnecessary params, using constants) 2024-12-04 13:57:18 +01:00
cbt6
650e797595 Document some map object functions 2024-12-01 09:00:43 +08:00
h2o-DS
89411afb93 Merge remote-tracking branch 'upstream/main' 2024-11-30 17:03:45 -05:00
Viperio19
f750593bd2 Clean up documentation for journal 2024-11-26 17:30:27 +01:00
Rachel
f172250fae
Merge pull request #305 from ravepossum/more_summary_screen
Some checks failed
build / build (push) Has been cancelled
Summary screen documentation pt. 2
2024-11-25 09:20:07 -06:00
Viperio
b1df4a00d0
Merge branch 'main' into general-renaming 2024-11-23 22:15:35 +01:00
RavePossum
73de6094f6
Merge pull request #307 from Viperio19/overworld-renaming
Some checks failed
build / build (push) Has been cancelled
Renaming variables and functions related to overworld poison damage and FieldOverworldState
2024-11-22 21:10:15 -05:00
RavePossum
b2a6189f6b Mass rename pss -> summary 2024-11-22 20:48:11 -05:00
Viperio19
72b95e18ab Documentation for the journal showing defeated trainers 2024-11-22 14:59:31 +01:00
Viperio19
da15089bc3 Remove more unnecessary scope blocks and replace taskMan in files from this PR with task 2024-11-21 08:07:02 +01:00
Viperio19
4796c315ba More WIP journal documentation 2024-11-21 07:53:55 +01:00
Viperio19
250c5966a7 WIP journal documentation 2024-11-20 20:12:21 +01:00
Viperio19
eb80af99f4 Renaming and small structural changes in game_overlay.c - item.c and corresponding include files 2024-11-20 20:01:17 +01:00
Viperio19
903f2a89bd Renaming and small structural changes in berry_patches.c - field_comm_manager.c 2024-11-19 20:28:27 +01:00
Viperio19
e7e7f44497 Improving on previous commits (concise declarations, removing unnecessary return; and scoping, more renaming) 2024-11-19 11:15:16 +01:00
Rachel
5cb7907656 Document math.c 2024-11-18 20:00:38 -08:00
Rachel
0c0edafa26 Identify unk_0201D15C -> math 2024-11-18 20:00:38 -08:00