diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-11-07 21:28:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-07 21:28:20 -0600 |
| commit | edf375aff14e54bd54e7a25780fe8b714691ccc7 (patch) | |
| tree | 015c63e79e4a245c28f72b18954f2a845d30271c /data/text/text_2.asm | |
| parent | Ignore tools/pcm (diff) | |
| parent | Fix typo (diff) | |
| download | pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.gz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.xz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.zip | |
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'data/text/text_2.asm')
| -rw-r--r-- | data/text/text_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_2.asm b/data/text/text_2.asm index 1616a34e..dd74bd79 100644 --- a/data/text/text_2.asm +++ b/data/text/text_2.asm @@ -17,7 +17,7 @@ _AIBattleUseItemText:: text "!" prompt -_BoxFullTest:: +_BoxFullDebugText:: text "The BOX is full!" done |
