diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-07-25 08:10:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-25 08:10:18 -0700 |
| commit | 919e7b4387556ce59e2d3a3bcb2ad44fe76ee8ee (patch) | |
| tree | 345f52571b2d6c5505441e914f73d576acff7c9a /data/maps/Route112 | |
| parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) | |
| parent | 7270e73fee332d53c4f30069af4525d89cd165b0 (diff) | |
Merge pull request #279 from Diegoisawesome/master
Move strings to C, misc cleanup
Diffstat (limited to 'data/maps/Route112')
| -rw-r--r-- | data/maps/Route112/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route112/scripts.inc b/data/maps/Route112/scripts.inc index 0ad5ee47c..4f7e20b94 100644 --- a/data/maps/Route112/scripts.inc +++ b/data/maps/Route112/scripts.inc @@ -133,7 +133,7 @@ Route112_Text_1F204E: @ 81F204E Route112_Text_1F20C1: @ 81F20C1 .string "MT. CHIMNEY CABLE CAR\n" - .string "“A short walk {0x79} way!”$" + .string "“A short walk {UP_ARROW} way!”$" Route112_Text_1F20ED: @ 81F20ED .string "MT. CHIMNEY\p" @@ -142,5 +142,5 @@ Route112_Text_1F20ED: @ 81F20ED Route112_Text_1F2138: @ 81F2138 .string "ROUTE 112\n" - .string "{0x7B} LAVARIDGE TOWN$" + .string "{LEFT_ARROW} LAVARIDGE TOWN$" |
