diff options
| author | yenatch <yenatch@gmail.com> | 2015-06-27 21:59:17 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-06-27 22:53:38 -0700 |
| commit | e2c2e20f93f43848542362a5deee677e88f9507d (patch) | |
| tree | 6134c60a610ce7e2872af65212c06883abbc2cb2 /maps/TeamRocketBaseB3F.asm | |
| parent | c00949dddf8498eb6483487792332f10dd074386 (diff) | |
Use charmaps for special string codepoints.
Also fix all the text.
Also fix some unreferenced scripts that were interpreted as text.
Diffstat (limited to 'maps/TeamRocketBaseB3F.asm')
| -rw-r--r-- | maps/TeamRocketBaseB3F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/TeamRocketBaseB3F.asm b/maps/TeamRocketBaseB3F.asm index b2018735f..839dc89ee 100644 --- a/maps/TeamRocketBaseB3F.asm +++ b/maps/TeamRocketBaseB3F.asm @@ -429,7 +429,7 @@ UnknownText_0x6e179: ; 0x6e179 line "very graciously" cont "told me so." - para $14, ", let's go" + para "<PLAY_G>, let's go" line "get the passwords." done ; 0x6e235 @@ -675,7 +675,7 @@ UnknownText_0x6e970: ; 0x6e970 UnknownText_0x6e9a3: ; 0x6e9a3 text "The door's closed…" - para $52, " entered" + para "<PLAYER> entered" line "the two passwords." para "The door opened!" |
