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.

26 lines
645 B

5 years ago
  1. .balign 4
  2. Debug0: # 0x020087E4
  3. .byte _("STAGE SELECT\n"
  4. " つづける?\n"
  5. " 1 マウンテン\n"
  6. " 2 ファイア-バブル\n"
  7. " 3 スノ-スライダ-\n"
  8. " 4 ウォ-タ-ランド\n"
  9. " クッパ1ごう\n"
  10. " もどる")
  11. .balign 4
  12. Debug1: # 0x0200883C
  13. .byte _("PAUSE \n"
  14. " つづける?\n"
  15. " やめる ?")
  16. # debug text table
  17. .balign 4
  18. debug_text_entry_0:
  19. dialog_entry 0x00000001, 0x0800001E, 0x00C80000, Debug0
  20. debug_text_entry_1:
  21. dialog_entry 0x00000001, 0x03000064, 0x00960000, Debug1
  22. glabel seg2_debug_text_table
  23. .word debug_text_entry_0, debug_text_entry_1, 0x0