Seth Barberee
fb98bb9ec1
decompile more of code_2 and move some data
2024-12-15 13:13:17 -08:00
DizzyEggg
cc7c519d0f
gSpeakerNameBuffer and gSpeakerNameSeparator
2024-10-31 14:15:12 +01:00
Seth Barberee
f5bd176a12
continue moving data
2024-03-17 14:15:20 -07:00
Kermalis
805fa045a7
Split credits
2023-09-14 21:38:05 -04:00
Kermalis
2b74ea0c1a
Match sub_8013DD0
2023-09-13 04:10:45 -04:00
Kermalis
016b518c7d
Split out common_strings.s
2023-09-10 07:12:39 -04:00
Kermalis
012094c503
Split file_system into decompress
2023-09-07 03:26:32 -04:00
Kermalis
88785ba4ee
Split kangaskhan storage and kecleon bros
2023-09-07 00:13:17 -04:00
Kermalis
d22675ff22
Split code_801B3C0 and move data to src
2023-09-05 02:07:05 -04:00
AnonymousRandomPerson
a7d20ddced
Merge branch 'master' of https://github.com/pret/pmd-red
2023-06-07 00:31:04 -04:00
AnonymousRandomPerson
f9e05a2054
Renamed gender-specific text color
2023-06-04 22:35:24 -04:00
Seth Barberee
456aa703c4
move more data to src
2023-05-28 10:45:13 -07:00
Seth Barberee
c7d3ab03b0
more decomp, move of some data, and code cleanup
2023-05-27 09:19:08 -07:00
Seth Barberee
08f7182576
finish out another file and more documenting
2023-02-24 18:14:21 -08:00
Seth Barberee
4a7e7807c4
move some more data over
2023-01-20 09:58:22 -08:00
Seth Barberee
31e1c409e8
move some data to friend area action menu
2023-01-13 17:22:41 -08:00
Seth Barberee
69510344aa
finish out dialogue labeling, label some moltres fight funcs, and cleanup some more text macros
2022-05-07 09:05:52 -07:00
Seth Barberee
ee5fb3584d
move data from data to wonder_mail
2022-02-17 18:59:56 -06:00
Seth Barberee
b2e109dab1
Move some data to src and add some more headers
...
- Finish moving all data for main menu to src
- Move some more data to wonder_mail
- Add some headers to clean up some externs
2022-02-17 18:54:59 -06:00
mid-kid
99a038284b
Translate all .include to #include
...
This decision was made to reduce the complexity of using .include whilst
juggling with tools/scaninc and tools/preproc:
- tools/scaninc doesn't apply the proper search rules for .include (it
assumes #include behavior). In particular, it doesn't consider paths
starting from $PWD, and doesn't scan the included files as a result.
- .include had to be processed before #include by preproc in many cases,
as code was being included that had to be preprocessed by CPP (think
of #define). This contradicts standard GCC behavior.
To make include paths consistent across the asm/ data/ and src/
directories, the following files were moved:
- constants/ → include/asm/constants/
- asm/macros/ → include/asm/macros/
- asm/macros.inc → include/asm/macros.inc
- include/macros/m4a.inc → include/asm/macros/m4a.inc
As part of the necessary changes for this to work, the scaninc method in
the makefile was improved to generate .d files that don't choke when
files are missing.
2021-12-20 16:29:12 +01:00
mid-kid
51bff00712
Finish de-incbinning data_80D47B8.s and data_80DED44.s
2021-12-20 16:11:19 +01:00
AnonymousRandomPerson
7acad69795
Renamed inconsistent color macros
2021-12-19 17:19:13 -06:00
AnonymousRandomPerson
b458476078
Swapped out more text macros
2021-12-14 22:54:04 -05:00
Cheng Hann Gan
938a88551f
Labeled more symbols ( #77 )
...
* Labeled more symbols
* Fixed comment typo
* Renamed some functions
2021-11-20 08:47:46 -08:00
Cheng Hann Gan
a432de845c
Expanded charmap usage ( #76 )
...
* Added item icons/Hiragana to charmap
* Use color formatting charmap macros
* Removed redundant text formatting macros
2021-11-18 09:21:00 -08:00
Seth Barberee
3a1db3dfac
Moves and some friend_area_action_menu
2021-11-02 16:31:16 -07:00
mid-kid
412a2d1dbe
Extract shop dialogue
2021-11-03 00:08:22 +01:00
Seth Barberee
6aa475c631
Sese's vacation work
2021-07-07 11:39:34 -05:00
Seth Barberee
d168537968
Finish out game options and FatalError
...
Some data cleanup as well. Thanks pika for the noreturn tip for
FatalError.
2021-06-23 17:35:37 -05:00
Seth Barberee
eaa141c612
Keep on keepin on ( #38 )
...
* end of may dump of work
* move save text to src
* decomp a little more
2021-05-23 16:19:35 -05:00