mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Has the map connections, warps, and maps all done. A single person is there right now; Prof. Westwood V, as a reference to the early worldbuilding. I'll work on this more as time goes on.
12 lines
234 B
NASM
12 lines
234 B
NASM
CeladonUniversityInside_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonUniversityInside_TextPointers:
|
|
dw CeladonUniversityInsideText1
|
|
|
|
CeladonUniversityInsideText1:
|
|
text_far _CeladonUniversityInsideText1
|
|
text_end
|
|
|
|
text_end ; unused
|