Super Mario 64s source code (from a leak on 4chan so be careful)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
533 B

6 years ago
  1. glabel level_ending_entry
  2. init_level
  3. load_mio0 /*seg*/ 0x07, /*romStart*/ _ending_segment_7SegmentRomStart, /*romEnd*/ _ending_segment_7SegmentRomEnd
  4. alloc_level_pool
  5. area /*index*/ 1, /*geo*/ ending_geo_000050
  6. end_area
  7. free_level_pool
  8. sleep /*frames*/ 60
  9. blackout /*active*/ FALSE
  10. load_area /*area*/ 1
  11. transition /*unk2*/ 0, /*unk3*/ 75, /*color*/ 0, 0, 0
  12. sleep /*frames*/ 120
  13. call /*arg*/ 0, /*func*/ lvl_play_the_end_screen_sound
  14. L1:
  15. sleep /*frames*/ 1
  16. jump /*target*/ L1