Commit Graph

1143 Commits

Author SHA1 Message Date
AnonymousRandomPerson
d8329f7eca
Merge pull request #233 from DizzyEggg/code_80521D0
code_80521D0.s (dungeon_message.c and dungeon_move.c)
2024-10-26 17:11:16 -04:00
DizzyEggg
c41b7f0c4e Use move constants in UseMoveAgainstTargets 2024-10-26 20:04:38 +02:00
DizzyEggg
83df45a81a r0 to pokemon 2024-10-26 19:50:48 +02:00
DizzyEggg
2c03039ddb
Match sub_8007334 2024-10-26 18:36:00 +02:00
DizzyEggg
78c811ed1d Match HandleTextFormat 2024-10-26 18:12:56 +02:00
DizzyEggg
848d0a0b5f move some const data to dungeon move/message 2024-10-25 22:47:46 +02:00
DizzyEggg
b0f1f8a878 new file - dungeon_move.c and clean-up 2024-10-25 21:19:22 +02:00
DizzyEggg
a2bc2f66ec move two functions to dungeon_message.c 2024-10-25 20:21:56 +02:00
DizzyEggg
4c4ec10806 document some of the use move functions 2024-10-25 17:30:31 +02:00
DizzyEggg
5d9b14d5e2 sub_8053704 matched 2024-10-25 15:37:17 +02:00
DizzyEggg
5a48a51b81 commence slaying of the sub_8053704 behemoth 2024-10-24 22:26:18 +02:00
DizzyEggg
db326038f5 merge with master 2024-10-24 19:36:16 +02:00
DizzyEggg
e935c42b5a makuhita's dojo unk68 to portraitptr 2024-10-24 19:33:27 +02:00
DizzyEggg
f28ab41acb sub_8056F80 2024-10-24 19:28:40 +02:00
DizzyEggg
80e20f5c09 sub_8056CE8 2024-10-24 16:59:45 +02:00
DizzyEggg
7988b3b49c sub_80566F8 2024-10-24 13:35:23 +02:00
DizzyEggg
216d931fa6 document called move struct 2024-10-23 16:40:38 +02:00
DizzyEggg
902d82fcaf sub_8055FA0 2024-10-23 14:35:33 +02:00
DizzyEggg
ef2868a2bc sub_8055DDC 2024-10-23 12:35:56 +02:00
AnonymousRandomPerson
67e8cd8400 Decomped DoAlloc
Decomped by Kermalis
2024-10-22 22:20:03 -04:00
AnonymousRandomPerson
dd8c864e38 Decomped xxx_unused_memory_free
Decomped by Kermalis
2024-10-22 22:18:48 -04:00
AnonymousRandomPerson
d35f627606 Decomped DoCreateSubHeap
Decomped by Kermalis
2024-10-22 22:01:32 -04:00
DizzyEggg
389da1c570 sub_80559DC 2024-10-22 16:45:07 +02:00
DizzyEggg
96db7fa27b clean dungeon message externs 2024-10-22 12:52:48 +02:00
DizzyEggg
d27018114b remove code_80521D0.h includes 2024-10-22 12:00:38 +02:00
DizzyEggg
4bb3c6c58c rename 80521D0 to dungeon message 2024-10-22 11:55:53 +02:00
DizzyEggg
c6a0dd2d0f document some of the message log 2024-10-22 11:09:42 +02:00
Isaiah Deppong
c1e2d210d5 removed volatile from sub_8099394 2024-10-21 12:57:27 -04:00
Isaiah Deppong
fb2de3b03f decomp and integrate sub_8099360 - sub_809965C. 2024-10-21 11:52:14 -04:00
DizzyEggg
38af7bc8aa sub_805363C and sprite oam memes again urgh 2024-10-21 15:36:56 +02:00
DizzyEggg
e69cf646c8 sub_80532B4 2024-10-21 12:14:32 +02:00
DizzyEggg
200744bfa4 sub_8052FB8 2024-10-21 11:23:07 +02:00
DizzyEggg
4a4b637e79 merge with master 2024-10-21 09:12:24 +02:00
AnonymousRandomPerson
9e49584621
Merge pull request #231 from DizzyEggg/sub_805D8C8
Some checks failed
GithubCI / build (push) Has been cancelled
Match/Document sub_805D8C8 and fix fakematches with static inlines
2024-10-20 17:02:58 -04:00
DizzyEggg
9b118be5ee make GetTutorialFlag nicer 2024-10-20 22:11:52 +02:00
DizzyEggg
f0712db9cf
Update src/code_805D8C8_1.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
2024-10-20 21:53:02 +02:00
DizzyEggg
c41bca0474
Update src/code_805D8C8_1.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
2024-10-20 21:52:54 +02:00
DizzyEggg
b4f59e5bf9
Update src/code_805D8C8_1.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
2024-10-20 21:52:43 +02:00
DizzyEggg
2c2b5ed409 DisplayYouReachedDestFloorStr 2024-10-20 16:17:15 +02:00
DizzyEggg
68dcdcef5b DisplayDungeonMenuMessage 2024-10-20 14:34:20 +02:00
DizzyEggg
570250ebb9 PrintYesNoFieldMessage 2024-10-20 14:24:26 +02:00
DizzyEggg
1896d9d4ab Give names to portrait/dialogue box creating functions 2024-10-20 13:07:47 +02:00
DizzyEggg
c6b04f6213 DisplayDungeonDialogue 2024-10-20 12:31:25 +02:00
DizzyEggg
2442708b15 document portrait struct 2024-10-20 10:47:13 +02:00
DizzyEggg
76ccab8113 UnkPrintFieldMsgStruct discovered 2024-10-19 17:09:39 +02:00
DizzyEggg
bf99d37eda start code_80521D0 2024-10-18 16:35:13 +02:00
DizzyEggg
ec922a6776 use ASM_MATCH_TRICK in ShowFieldMenu 2024-10-18 09:08:33 +02:00
DizzyEggg
db22b0a484 slight fixes 2024-10-18 09:05:22 +02:00
Isaiah Deppong
01922e2a21 decomp for sub_8099328 2024-10-17 15:50:06 -04:00
DizzyEggg
7cf84b76f5 move some vars from sym ewram 2024-10-17 16:01:38 +02:00