Commit Graph

1790 Commits

Author SHA1 Message Date
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
AnonymousRandomPerson
f0e0a22df2
Merge pull request #243 from DizzyEggg/code_80140DC
Some checks are pending
GithubCI / build (push) Waiting to run
code_80140DC.s -> string_format
2024-10-31 21:36:42 -04: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
AnonymousRandomPerson
d6197d5176
Merge pull request #245 from mateon1/getentinfo
Some checks failed
GithubCI / build (push) Has been cancelled
Refactor as much as possible to GetEntInfo
2024-10-29 12:56:33 -04: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
0d1217774a
cleanup 2024-10-29 13:59:19 +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
Seth Barberee
6c1aee3637
Merge pull request #244 from AnonymousRandomPerson/master
Some checks are pending
GithubCI / build (push) Waiting to run
2024-10-28 19:31:04 -07:00
AnonymousRandomPerson
0a18379e39 Fix fakematch per @Kermalis 2024-10-28 20:35:04 -04:00
Seth Barberee
5519b4d97a
Merge pull request #221 from mateon1/axsprite-refactor
Some checks are pending
GithubCI / build (push) Waiting to run
ax/sprites refactor
2024-10-28 16:44:44 -07:00
Mateon1
bb474e4b64
Remove addressed comment 2024-10-29 00:31:11 +01:00
Mateon1
ed060f12c2
Clean up tmp files 2024-10-28 23:53:39 +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
53154c0797
axPokemon fields 2024-10-28 23:40:36 +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
AnonymousRandomPerson
03126263bf
Merge pull request #234 from SethBarberee/oct_2024
Some checks failed
GithubCI / build (push) Has been cancelled
Oct 2024
2024-10-27 12:53:29 -04: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
Seth Barberee
b3b9c899e8 address review comment and use direction constants 2024-10-26 19:23:49 -07:00