school.asm 182 B

123456789101112131415
  1. SchoolScript:
  2. jp EnableAutoTextBoxDrawing
  3. SchoolTextPointers:
  4. dw SchoolText1
  5. dw SchoolText2
  6. SchoolText1:
  7. TX_FAR _SchoolText1
  8. db "@"
  9. SchoolText2:
  10. TX_FAR _SchoolText2
  11. db "@"