diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 20:01:27 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 20:01:27 -0400 |
| commit | 38d57913867d66d30bca12070d2cbc2bc5fc25ba (patch) | |
| tree | 9aebe477d9d4e2d32aa263e8b28bbf649ca9e8ac /data/map_header_pointers.asm | |
| parent | Route 9 incl. AJ fight (diff) | |
| download | pokeyellow-38d57913867d66d30bca12070d2cbc2bc5fc25ba.tar.gz pokeyellow-38d57913867d66d30bca12070d2cbc2bc5fc25ba.tar.xz pokeyellow-38d57913867d66d30bca12070d2cbc2bc5fc25ba.zip | |
Route 8; all outdoor maps completed
Diffstat (limited to '')
| -rw-r--r-- | data/map_header_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 70fa7aa0..704e7c2d 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -19,7 +19,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Route5_h dw Route6_h dw Route7_h - dw $412d ; dw Route8_h + dw Route8_h dw Route9_h dw Route10_h dw Route11_h |
