diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-06-28 22:23:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 22:23:12 -0400 |
commit | c14bd5bca2631fd4574c498201c679732b562f09 (patch) | |
tree | 1c1af641918697e925de24525348bc2e53db4c41 /arm9/modules/63/src | |
parent | 3eb05d47001de840cb6e8e99ca5181dc2ad67b32 (diff) | |
parent | 58b831b027e56480daa516c352d1e74323d53579 (diff) |
Merge pull request #418 from red031000/master
WM_ks decomp, plus some mod63 docs
Diffstat (limited to 'arm9/modules/63/src')
-rw-r--r-- | arm9/modules/63/src/mod63_021DB450.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/63/src/mod63_021DB450.c b/arm9/modules/63/src/mod63_021DB450.c index 84461fe1..454b2b19 100644 --- a/arm9/modules/63/src/mod63_021DB450.c +++ b/arm9/modules/63/src/mod63_021DB450.c @@ -69,12 +69,12 @@ THUMB_FUNC u32 MOD63_021DB498(void) return 32; } -THUMB_FUNC void Title_SetupMonAnimationSprites(struct UnkStruct63_021DB450 * arg0) +THUMB_FUNC void Title_SetupMonAnimationSprites(struct UnkStruct63_021DB450 * arg0) //TODO: this does a lot more than setup anim sprites { struct UnkStruct63_021DB49C sp1C; int introMonArray[3] = {SPECIES_TURTWIG, SPECIES_CHIMCHAR, SPECIES_PIPLUP}; - arg0->field_00 = FUN_02006D98(76); + arg0->field_00 = FUN_02006D98(76); //this is needed to get into the world view, otherwise it is just black for (u8 i = 0; i < 3; i++) //some kind of animation assignment TODO: investigate further { |