mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
Fix Erroneous cont in Silph Gauntlet 3F Text
The Rocker in one of the rooms in the 3F Silph Gauntlet had an erroneous line break in his after battle text. This commit fixes that.
This commit is contained in:
parent
86f618c88d
commit
ed8e92cc2b
|
@ -95,7 +95,7 @@ _SilphGauntlet3FAfterBattleText5::
|
|||
line "here stinks!"
|
||||
|
||||
para "Where's all the"
|
||||
cont "rock 'n' roll?!"
|
||||
line "rock 'n' roll?!"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText6::
|
||||
|
@ -117,4 +117,4 @@ _SilphGauntlet3FAfterBattleText6::
|
|||
cont "fishing gear?!"
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue