mirror of
https://github.com/pret/pokered.git
synced 2026-04-02 23:45:07 -05:00
31 lines
368 B
NASM
Executable File
31 lines
368 B
NASM
Executable File
CinnabarLab_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CinnabarLab_TextPointers:
|
|
dw Lab1Text1
|
|
dw Lab1Text2
|
|
dw Lab1Text3
|
|
dw Lab1Text4
|
|
dw Lab1Text5
|
|
|
|
Lab1Text1:
|
|
text_far _Lab1Text1
|
|
text_end
|
|
|
|
Lab1Text2:
|
|
text_far _Lab1Text2
|
|
text_end
|
|
|
|
Lab1Text3:
|
|
text_far _Lab1Text3
|
|
text_end
|
|
|
|
Lab1Text4:
|
|
text_far _Lab1Text4
|
|
text_end
|
|
|
|
Lab1Text5:
|
|
text_far _Lab1Text5
|
|
text_end
|