Skip to content

Commit

Permalink
Rename a chest param
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jan 15, 2019
1 parent 6f1ead8 commit bfbf00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwlib/dzx.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class TRES(ChunkEntry):
"chest_type": 0x00F00000,
"appear_condition_switch": 0x000FF000,
"opened_flag": 0x00000F80,
"appear_condition_type": 0x0000007F,
"behavior_type": 0x0000007F,
}

def __init__(self, file_entry):
Expand Down

0 comments on commit bfbf00f

Please sign in to comment.