mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
14 lines
170 B
NASM
14 lines
170 B
NASM
|
|
ret ; unused
|
|
|
|
UnusedPredefText::
|
|
db "@"
|
|
|
|
PrintBookcaseText:
|
|
call EnableAutoTextBoxDrawing
|
|
tx_pre_jump BookcaseText
|
|
|
|
BookcaseText::
|
|
text_far _BookcaseText
|
|
text_end
|