diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-03-08 17:19:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 11:19:17 -0500 |
| commit | ca7b62fec33cc2f37def74d504ebc1588f81ac01 (patch) | |
| tree | bf729189dfa3fcf89f5a9d5c5830dc348252d46b /data | |
| parent | Use constants for trade text indexes (#501) (diff) | |
| download | pokeyellow-ca7b62fec33cc2f37def74d504ebc1588f81ac01.tar.gz pokeyellow-ca7b62fec33cc2f37def74d504ebc1588f81ac01.tar.xz pokeyellow-ca7b62fec33cc2f37def74d504ebc1588f81ac01.zip | |
Correct `vc_patch` length (#499)
Diffstat (limited to 'data')
| -rw-r--r-- | data/text/text_4.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_4.asm b/data/text/text_4.asm index f1c73a88..28373f13 100644 --- a/data/text/text_4.asm +++ b/data/text/text_4.asm @@ -216,7 +216,7 @@ IF DEF(_RED_VC) || DEF(_BLUE_VC) text "Please come again!" done text_start - text "sed because of" + db "osed because of" cont "inactivity." ELSE text "The link has been" |
