Commit Graph

1203 Commits

Author SHA1 Message Date
Kermalis
5f02fed1c5 600 lines of math.s 2024-11-04 18:48:18 -05:00
AnonymousRandomPerson
86157a2c5c Label sub_80099F0 as SetFontsBaseColor
Per @Kermalis
2024-11-01 19:44:07 -04:00
AnonymousRandomPerson
d93a8b64a0
Merge pull request #247 from DizzyEggg/nonmatchings
Some checks are pending
GithubCI / build (push) Waiting to run
Match some register nonmatchings
2024-11-01 19:41:46 -04:00
AnonymousRandomPerson
a169714523
Merge pull request #249 from mateon1/palette
Palette (builds on top of #248)
2024-11-01 17:40:05 -04:00
AnonymousRandomPerson
97a21ed680
Merge pull request #248 from DizzyEggg/rgb
bg_palette_buffer clean-up
2024-11-01 17:37:56 -04:00
Mateon1
6b87f66106
Clean up void casts 2024-11-01 15:41:36 +01:00
Mateon1
d950923709
Rgb32 back to RGB 2024-11-01 15:32:15 +01:00
Mateon1
97048546c5
pallete -> palette 2024-11-01 15:05:30 +01:00
Mateon1
db96148da7
Cleanup sub_8004C00 2024-11-01 15:03:45 +01:00
Mateon1
14a51f514b
Palette cleanup 2024-11-01 15:03:44 +01:00
DizzyEggg
fd89ecf865 Cast to struct PortraitGfx 2024-11-01 13:43:35 +01:00
DizzyEggg
a9c8d282f4 add emotion defines 2024-11-01 13:37:22 +01:00
DizzyEggg
b6efce3120 start working on bg pal struct 2024-11-01 12:40:56 +01:00
DizzyEggg
edb4d8a62a solve conflicts 2024-11-01 08:53:01 +01:00
DizzyEggg
48752a461f Format to Formatted 2024-10-31 14:19:27 +01:00
DizzyEggg
cc7c519d0f gSpeakerNameBuffer and gSpeakerNameSeparator 2024-10-31 14:15:12 +01:00
DizzyEggg
de31304aab FormatString - name 2024-10-31 14:04:53 +01:00
DizzyEggg
9d0ce06023 get rid of nonmatching fakematch sub_809542C 2024-10-31 12:12:25 +01:00
DizzyEggg
cc3f1d1096 Match some nonmatchings 2024-10-31 11:52:35 +01:00
DizzyEggg
e8c610bb1f GetEntInfo used everywhere now 2024-10-30 09:45:29 +01:00
DizzyEggg
6c9c980fa6 small clean-up 2024-10-30 09:01:16 +01:00
DizzyEggg
a39687ba3e merge master 2024-10-30 08:57:22 +01:00
Mateon1
4bf95354c2
Fix weird indentation 2024-10-29 17:50:48 +01:00
DizzyEggg
98b1caf5a8 some copyformatstring clean-up 2024-10-29 16:21:15 +01:00
DizzyEggg
25f63324c7 merge master 2024-10-29 14:56:39 +01:00
DizzyEggg
b71f4b17d8 rename format string related 2024-10-29 14:41:09 +01:00
DizzyEggg
b218d9006b string_format.c clean-up 2024-10-29 14:07:52 +01:00
Mateon1
2eb1cd4c1a
GetEntInfo 2024-10-29 13:59:19 +01:00
DizzyEggg
7438e1cf19 move dialogue variables to ewram 2024-10-29 13:36:50 +01:00
DizzyEggg
c5a1369345 gUnknown_202E748 2024-10-29 12:47:37 +01:00
DizzyEggg
94edb4caec gAvailablePokemonNames 2024-10-29 12:16:13 +01:00
DizzyEggg
131ad370d5 remove gUnknown_202DEA8 2024-10-29 10:51:27 +01:00
DizzyEggg
ae3c73fae3 sub_8015034 2024-10-29 09:44:50 +01:00
AnonymousRandomPerson
0a18379e39 Fix fakematch per @Kermalis 2024-10-28 20:35:04 -04:00
Mateon1
bb474e4b64
Remove addressed comment 2024-10-29 00:31:11 +01:00
Mateon1
6c2b0d6147
Clean up CLIENT_TYPE constants 2024-10-28 23:53:14 +01:00
Mateon1
4ca729fce0
More animation stuff 2024-10-28 23:41:24 +01:00
Mateon1
31b64b7793
GroundScript improvements 2024-10-28 23:40:36 +01:00
Mateon1
ea037dfcb5
Change some struct usage to their first substruct where appropriate 2024-10-28 23:40:36 +01:00
Mateon1
20a3f2251a
Fully move to axdata
(whoops, it's not four-stars for animations, got confused because I used
an [8] array in ghidra for orientations)
2024-10-28 23:40:36 +01:00
Mateon1
76e79ce987
Prepare for EntitySpriteInfo merge 2024-10-28 23:40:36 +01:00
Mateon1
f4a1ad1f45
move axdata to structs 2024-10-28 23:40:36 +01:00
Mateon1
915cdb9fd3
Get rid of Dungeon_ax 2024-10-28 23:40:36 +01:00
Mateon1
49acc1a1eb
Move Entity to axObj 2024-10-28 23:40:36 +01:00
Mateon1
ac5136a2da
Separate out axPokemon subobject 2024-10-28 23:40:35 +01:00
DizzyEggg
f79211a22b AppendString_8014FA8 2024-10-28 22:34:34 +01:00
DizzyEggg
1548fbe89d CreateMenuDialogueBoxAndPortrait 2024-10-27 22:50:33 +01:00
Seth Barberee
1002b399dc fakematch sub_806A338 thanks to @DizzyEggg 2024-10-27 09:52:47 -07:00
Seth Barberee
c85a9947c4 dungeon_cutscene cleanup 2024-10-26 21:09:23 -07:00
Seth Barberee
56290df4e3 match sub_8015F44 and add decomp.me link 2024-10-26 19:23:51 -07:00