diff options
| author | PokefanMarcel <166040321+PokefanMarcel@users.noreply.github.com> | 2026-04-09 21:55:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 15:55:34 -0400 |
| commit | 9441f1aafe96c1bb8160b94936a29207ad6a12c3 (patch) | |
| tree | eac65a1f3c990603a780ac3290645c4bde29d7c9 | |
| parent | Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes (#... (diff) | |
| download | pokeyellow-9441f1aafe96c1bb8160b94936a29207ad6a12c3.tar.gz pokeyellow-9441f1aafe96c1bb8160b94936a29207ad6a12c3.tar.xz pokeyellow-9441f1aafe96c1bb8160b94936a29207ad6a12c3.zip | |
Change text label `_SilphCo8FSilphWorkerMSilphIsFinishedText` (#578)
| -rw-r--r-- | scripts/SilphCo8F.asm | 2 | ||||
| -rw-r--r-- | text/SilphCo8F.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/SilphCo8F.asm b/scripts/SilphCo8F.asm index dcba85c0..6c449155 100644 --- a/scripts/SilphCo8F.asm +++ b/scripts/SilphCo8F.asm @@ -104,7 +104,7 @@ SilphCo8FSilphWorkerMText: jp TextScriptEnd .SilphIsFinishedText: - text_far __SilphCo8FSilphWorkerMThanksForSavingUsText + text_far _SilphCo8FSilphWorkerMSilphIsFinishedText text_end .ThanksForSavingUsText: diff --git a/text/SilphCo8F.asm b/text/SilphCo8F.asm index 8e4cf93f..97223960 100644 --- a/text/SilphCo8F.asm +++ b/text/SilphCo8F.asm @@ -1,4 +1,4 @@ -__SilphCo8FSilphWorkerMThanksForSavingUsText:: +_SilphCo8FSilphWorkerMSilphIsFinishedText:: text "I wonder if SILPH" line "is finished..." done |
