diff options
author | yenatch <yenatch@gmail.com> | 2014-06-24 09:01:29 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-24 09:01:29 -0700 |
commit | 49ef0121dc44a42f9e87f14dbeedab354a615168 (patch) | |
tree | 51892d1652f675c5b8f0cf7a8521dcf0f87f2dfe /maps/map_headers.asm | |
parent | d6fbdfb8decf6231d6b43fbfcba63f9ce60308dc (diff) |
Remove excessive whitespace in map headers.
Use the "map" macro instead of using GROUP_* and MAP_* constants.
Also remove redundant "(bank then label)" comments.
Diffstat (limited to 'maps/map_headers.asm')
-rw-r--r-- | maps/map_headers.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/maps/map_headers.asm b/maps/map_headers.asm index 7576dc26e..b7cf317cf 100644 --- a/maps/map_headers.asm +++ b/maps/map_headers.asm @@ -39,8 +39,6 @@ OlivinePokeCenter1F_MapHeader:: ; 0x94034 ; location on world map, music, time of day, fishing group db OLIVINE_CITY, MUSIC_POKEMON_CENTER, 1, 1 -; had to increase the final size by 1 -; had to convert 0x->$ (duh..) ; 0x9403d OlivineGym_MapHeader:: ; 0x9403d |