User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mario_kart_64:level_rendering_pointers [2017/04/04 03:41]
mib_f8sm9c created
mario_kart_64:level_rendering_pointers [2017/06/23 10:28] (current)
shygoo ↷ Page moved from mk64:level_rendering_pointers to mario_kart_64:level_rendering_pointers
Line 30: Line 30:
 | DK's Jungle Parkway | 0x80295310 | | DK's Jungle Parkway | 0x80295310 |
 | Big Donut         | 0x802954e8 | | Big Donut         | 0x802954e8 |
 +
 +===== Course Hardcoded Rendering =====
 +
 +Here I'll list a few of the hardcoded F3DEX commands that are written into the functions above:
 +
 +**Block Fort:**
 +<WRAP center round box 60%>
 +  * [call 0x802b5d64]
 +  * BB000001 FFFFFFFF
 +  * B7000000 00000200
 +  * B6000000 00020000
 +  * 06000000 070015C0
 +</​WRAP>​
 +
 +**Skyscraper:​**
 +<WRAP center round box 60%>
 +  * [call 0x802b5d64]
 +  * BB000001 FFFFFFFF
 +  * B7000000 00000200
 +  * B6000000 00020000
 +  * 06000000 07000C60
 +  * 06000000 07000B70
 +  * 06000000 070006B8
 +  * 06000000 07000570
 +  * B6000000 00002000
 +  * 06000000 070010C8
 +  * B7000000 00002000
 +  * 06000000 07000258
 +</​WRAP>​
 +
 +**Double Deck:**
 +<WRAP center round box 60%>
 +  * [call 0x802b5d64]
 +  * BB000001 FFFFFFFF
 +  * B7000000 00000200
 +  * B6000000 00020000
 +  * B6000000 00002000
 +  * 06000000 07000738
 +  * B6000000 00020000
 +</​WRAP>​
 +
 +**Big Donut:**
 +<WRAP center round box 60%>
 +  * B7000000 00000200
 +  * B6000000 00020000
 +  * [call 0x802b5d64]
 +  * BB000001 FFFFFFFF
 +  * B7000000 00000200
 +  * [call 0x80290c20, prep for if statement, related to 0x80290DAC?​]
 +  * | [if statement, not sure what it is]
 +  * | FCFFFFFF FFFE793C
 +  * | B900031D 00552078
 +  * | 06000000 07000DE8
 +  * | [end if statment]
 +  * 06000000 07000450
 +  * 06000000 07000AC0
 +  * 06000000 07000D20
 +  * 06000000 07000230
 +</​WRAP>​