ambient & hint subtitles and subtitles for citadel + training (#1337)

* hint & ambient subtitle support + `training` & `village1` subs

* update refs

* Update game_subtitle_en.gs

* Update game_subtitle_en.gs

* update source

* more subtitles

* Update game_subtitle_en.gs

* Update game_subtitle_en.gs

* tests

* typo.
This commit is contained in:
ManDude
2022-04-26 01:01:39 +01:00
committed by GitHub
parent 5842081e46
commit 1bede6954d
60 changed files with 748 additions and 376 deletions
+4 -4
View File
@@ -2624,7 +2624,7 @@
)
(dma-bucket-insert-tag
(-> *display* frames (-> *display* on-screen) frame bucket-group)
(bucket-id debug-draw0)
(bucket-id debug)
gp-0
(the-as (pointer dma-tag) a3-4)
)
@@ -2646,7 +2646,7 @@
)
(dma-bucket-insert-tag
(-> *display* frames (-> *display* on-screen) frame bucket-group)
(bucket-id debug-draw0)
(bucket-id debug)
gp-1
(the-as (pointer dma-tag) a3-6)
)
@@ -2668,7 +2668,7 @@
)
(dma-bucket-insert-tag
(-> *display* frames (-> *display* on-screen) frame bucket-group)
(bucket-id debug-draw0)
(bucket-id debug)
gp-2
(the-as (pointer dma-tag) a3-8)
)
@@ -2690,7 +2690,7 @@
)
(dma-bucket-insert-tag
(-> *display* frames (-> *display* on-screen) frame bucket-group)
(bucket-id debug-draw0)
(bucket-id debug)
gp-3
(the-as (pointer dma-tag) a3-10)
)