Merge pull request #36 from kanzure/comment-cleaning

Clean up comments in extras/crystal.py
This commit is contained in:
Bryan Bishop 2012-10-01 11:19:30 -07:00
commit e124090961

View File

@ -4750,7 +4750,7 @@ def old_parse_map_header_at(address, map_group=None, map_id=None, debug=True):
tileset = bytes[1]
permission = bytes[2]
second_map_header_address = calculate_pointer(bytes[3] + (bytes[4] << 8), 0x25)
location_on_world_map = bytes[5] #pokégear world map location
location_on_world_map = bytes[5] # pokegear world map location
music = bytes[6]
time_of_day = bytes[7]
fishing_group = bytes[8]