diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-23 12:56:15 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-23 12:56:42 -0400 |
| commit | cf577ca3a75dc8da6da2a58812171a83757409ab (patch) | |
| tree | 790936ad54f3ab4f0a969a3c3a5e6059714938cc /yellow/bank3f/data/map_header_pointers.asm | |
| parent | More yellow functions, some address relabeling (diff) | |
| download | pokeyellow-cf577ca3a75dc8da6da2a58812171a83757409ab.tar.gz pokeyellow-cf577ca3a75dc8da6da2a58812171a83757409ab.tar.xz pokeyellow-cf577ca3a75dc8da6da2a58812171a83757409ab.zip | |
Moving yellow data to yellow folder.
Diffstat (limited to '')
| -rw-r--r--[-rwxr-xr-x] | yellow/bank3f/data/map_header_pointers.asm (renamed from data/map_header_pointers.asm) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/map_header_pointers.asm b/yellow/bank3f/data/map_header_pointers.asm index 771989a5..5431727e 100755..100644 --- a/data/map_header_pointers.asm +++ b/yellow/bank3f/data/map_header_pointers.asm @@ -1,5 +1,5 @@ ; see also MapHeaderBanks -MapHeaderPointers:: ; 01ae (0:01ae) +MapHeaderPointers:: ; fc1f2 (3f:41f2) dw PalletTown_h dw ViridianCity_h dw PewterCity_h @@ -248,6 +248,4 @@ MapHeaderPointers:: ; 01ae (0:01ae) dw Lorelei_h dw Bruno_h dw Agatha_h ;247 -IF DEF(_OPTION_BEACH_HOUSE) dw BeachHouse_h -ENDC |
