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 /scripts | |
| 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)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/SilphCo8F.asm | 2 |
1 files changed, 1 insertions, 1 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: |
