diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-23 10:13:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 10:13:36 -0400 |
| commit | 376c64468bab8d162da43fc6e1b6f0942943cf43 (patch) | |
| tree | dec3dcf9d00c4b97d510b853797be3cc7eab9c10 /maps/FastShip1F.asm | |
| parent | edb624c20ceb50eef9d73a5df0ac041cc156dd32 (diff) | |
| parent | 33ff8f2aed95ec9d1d45d91c36a6d44a6edfce74 (diff) | |
Merge pull request #554 from Rangi42/master
[RTM] Miscellaneous fixes
Diffstat (limited to 'maps/FastShip1F.asm')
| -rw-r--r-- | maps/FastShip1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm index 8b6b50419..0d3b3fc62 100644 --- a/maps/FastShip1F.asm +++ b/maps/FastShip1F.asm @@ -127,7 +127,7 @@ WorriedGrandpaSceneLeft: applymovement PLAYER, MovementData_0x7522e applymovement FASTSHIP1F_GENTLEMAN, MovementData_0x75220 opentext - writetext UnknownText_0x75412 + writetext FastShip1FGrandpaText waitbutton closetext turnobject PLAYER, RIGHT @@ -257,7 +257,7 @@ FastShip1FSailor3Text: cont "their cabins." done -UnknownText_0x75412: +FastShip1FGrandpaText: text "Whoa! Excuse me." line "I was in a hurry!" |
