diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-05-27 14:34:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 14:34:34 -0500 |
| commit | 6119945fca16189ca0573e990b78c7f8edd1bf95 (patch) | |
| tree | 34d5eeb9810b3594d140624f885bcaa687873a6b /text.asm | |
| parent | Merge pull request #239 from Akatsuki-py/use_rept (diff) | |
| parent | Change "Set to box" to "Sent to box" (diff) | |
| download | pokeyellow-6119945fca16189ca0573e990b78c7f8edd1bf95.tar.gz pokeyellow-6119945fca16189ca0573e990b78c7f8edd1bf95.tar.xz pokeyellow-6119945fca16189ca0573e990b78c7f8edd1bf95.zip | |
Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box
Change "Set to box" to "Sent to box"
Diffstat (limited to 'text.asm')
| -rw-r--r-- | text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2730,7 +2730,7 @@ _GotMonText:: TX_RAM wcd6d text "!@@" -_SetToBoxText:: +_SentToBoxText:: text "There's no more" line "room for #MON!" cont "@" |
