説明なし

text_lookup_trainer.s 536B

1234567891011121314151617181920212223242526272829303132
  1. .align 2
  2. .thumb
  3. .text
  4. .global trainer_text_table
  5. trainer_text_table:
  6. .word trainer_texts_0
  7. .word trainer_texts_1
  8. .word trainer_texts_2
  9. .word trainer_texts_3
  10. .word trainer_texts_4
  11. .word trainer_texts_5
  12. .word 0xDEADBEEF
  13. .align 2
  14. trainer_texts_0:
  15. .word str_t0_intro
  16. .word str_t0_defeat
  17. .word 0xDEADBEEF
  18. trainer_texts_1:
  19. trainer_texts_2:
  20. trainer_texts_3:
  21. trainer_texts_4:
  22. trainer_texts_5:
  23. .word 0xDEADBEEF
  24. .align 2
  25. .global trainer_text_array
  26. trainer_text_array:
  27. .word trainer_text_table