-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cantina Loader #22
Comments
you said "sub_45BB80 to load cantina object" but (add information : sub_457C20 load Cantina's Hologram planets and moons) |
Yes. I've since re-named these locally to:
Getting these named correctly is not that important, as long as we have a rough idea of whats going on. This issue is more of a placeholder until someone does a full RE of this and turns it into C pseudocode. |
the Cantina Objects seam to be loaded on sub_4586E0, there is also loaded inside : --------------------- if ( *(_DWORD *)(a1 + 56) == 3 ) ---------------------------- Else , switch ( *(_DWORD *)(a1 + 8) )
-0x92 : AnakinPod_LB_2plane (Beam)
-0x6D = 109 = Robot With Tool ----------------- case 4 and 7 : ----------------- case 0xF : ----------------- case 0x10 :
-0x7B = 123 : Flag First Blue ----------------- case 0x11 : |
(All functions in patched US version)
sub_457C20
/sub_45BB80
seems to load cantina objectssub_457CF0
loads the track preview for the hologramThe text was updated successfully, but these errors were encountered: