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/safarizoneeast.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/safarizoneeast.asm')
| -rwxr-xr-x | scripts/safarizoneeast.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/safarizoneeast.asm b/scripts/safarizoneeast.asm index 3e6df139..55ea5aa6 100755 --- a/scripts/safarizoneeast.asm +++ b/scripts/safarizoneeast.asm @@ -2,10 +2,10 @@ SafariZoneEastScript: ; 4586b (11:586b) jp EnableAutoTextBoxDrawing SafariZoneEastTextPointers: ; 4586e (11:586e) - dw Predef5CText - dw Predef5CText - dw Predef5CText - dw Predef5CText + dw PickUpItemText + dw PickUpItemText + dw PickUpItemText + dw PickUpItemText dw SafariZoneEastText5 dw SafariZoneEastText6 dw SafariZoneEastText7 |
