diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
| commit | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (patch) | |
| tree | 1a8c702fa533d2923c952e9f6b69bb28d657e357 /scripts/celadonmart2.asm | |
| parent | Merge branch 'master' of https://github.com/pret/pokeyellow (diff) | |
| download | pokeyellow-401d6e7f36e86aa246a2c0591195e1f0f01e879f.tar.gz pokeyellow-401d6e7f36e86aa246a2c0591195e1f0f01e879f.tar.xz pokeyellow-401d6e7f36e86aa246a2c0591195e1f0f01e879f.zip | |
More syncing with pokered
from April 8, 2016 to present
Diffstat (limited to 'scripts/celadonmart2.asm')
| -rwxr-xr-x | scripts/celadonmart2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/celadonmart2.asm b/scripts/celadonmart2.asm index b8128c54..c438d6e1 100755 --- a/scripts/celadonmart2.asm +++ b/scripts/celadonmart2.asm @@ -2,8 +2,8 @@ CeladonMart2Script: jp EnableAutoTextBoxDrawing CeladonMart2TextPointers: - dw CeladonMart2Text1 - dw CeladonMart2Text2 + dw CeladonMart2Clerk1Text + dw CeladonMart2Clerk2Text dw CeladonMart2Text3 dw CeladonMart2Text4 dw CeladonMart2Text5 |
