ff6/include/cutscene.inc
everything8215 1d7fd0ab63 Reorganized file structure
Switched from Node.js to Python 3
2023-01-10 18:48:53 -05:00

9 lines
162 B
PHP

.ifndef CUTSCENE_INC
CUTSCENE_INC = 1
.global OpeningCredits_ext, TitleScreen_ext
.global FloatingContScene_ext, WorldOfRuinScene_ext
.global TheEnd_ext
.endif