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.

28 lines
692 B

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