diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-18 08:17:29 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-18 08:17:46 -0700 |
| commit | fc9af362ae65d24c66b39ea7759637cc9c1f9b0a (patch) | |
| tree | 37074f79564b1e47b109566dfd9c3c454a4cc226 /scripts/safarizonewest.asm | |
| parent | Enumerate map constants (diff) | |
| download | pokeyellow-fc9af362ae65d24c66b39ea7759637cc9c1f9b0a.tar.gz pokeyellow-fc9af362ae65d24c66b39ea7759637cc9c1f9b0a.tar.xz pokeyellow-fc9af362ae65d24c66b39ea7759637cc9c1f9b0a.zip | |
fix variable naming
Diffstat (limited to 'scripts/safarizonewest.asm')
| -rwxr-xr-x | scripts/safarizonewest.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/safarizonewest.asm b/scripts/safarizonewest.asm index 1465af56..db2c6427 100755 --- a/scripts/safarizonewest.asm +++ b/scripts/safarizonewest.asm @@ -2,10 +2,10 @@ SafariZoneWestScript: ; 4a1b5 (12:61b5) jp EnableAutoTextBoxDrawing SafariZoneWestTextPointers: ; 4a1b8 (12:61b8) - dw Predef5CText - dw Predef5CText - dw Predef5CText - dw Predef5CText + dw PickUpItemText + dw PickUpItemText + dw PickUpItemText + dw PickUpItemText dw SafariZoneWestText5 dw SafariZoneWestText6 dw SafariZoneWestText7 |
