mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-20 12:40:21 +02:00
CLOSES #998, CLOSES #1472, CLOSES #1526, CLOSES #1529, CLOSES #1530, CLOSES #1532, CLOSES #1534, CLOSES #1547, CLOSES #1549, CLOSES #1550, CLOSES #1551
This commit is contained in:
@@ -276,6 +276,8 @@ do
|
||||
text = text:gsub("{RIVAL}", save.player.rival or "BLUE")
|
||||
if game.stringBuffer then
|
||||
text = text:gsub("{RAM:wStringBuffer}", game.stringBuffer)
|
||||
-- wNameBuffer reads the same buffer in this port (TextBox.TOKENS.RAM)
|
||||
text = text:gsub("{RAM:wNameBuffer}", game.stringBuffer)
|
||||
end
|
||||
text = text:gsub("{[%w_:]+}", "")
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user