mirror of https://github.com/pret/pokecrystal.git
Remove excessive whitespace in map headers.
Use the "map" macro instead of using GROUP_* and MAP_* constants. Also remove redundant "(bank then label)" comments.
This commit is contained in:
parent
d6fbdfb8de
commit
49ef0121dc
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue