mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Merge pull request #36 from kanzure/comment-cleaning
Clean up comments in extras/crystal.py
This commit is contained in:
commit
e124090961
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user