mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00:00
Naming cutscenes from Lon-Lon Ranch (#2359)
* name cs from ranch * fixed llr credits cs dest part 5 and 6 being inverted * format
This commit is contained in:
parent
d12750b956
commit
4b20d8269b
6 changed files with 28 additions and 8 deletions
|
@ -94,8 +94,8 @@ cutscene_destinations = {
|
|||
0x4A: "CS_DEST_LON_LON_RANCH_CREDITS_PART_2",
|
||||
0x4B: "CS_DEST_LON_LON_RANCH_CREDITS_PART_3",
|
||||
0x4C: "CS_DEST_LON_LON_RANCH_CREDITS_PART_4",
|
||||
0x4D: "CS_DEST_LON_LON_RANCH_CREDITS_PART_5",
|
||||
0x4E: "CS_DEST_LON_LON_RANCH_CREDITS_PART_6",
|
||||
0x4D: "CS_DEST_LON_LON_RANCH_CREDITS_PART_6",
|
||||
0x4E: "CS_DEST_LON_LON_RANCH_CREDITS_PART_5",
|
||||
0x4F: "CS_DEST_LON_LON_RANCH_1",
|
||||
0x50: "CS_DEST_LON_LON_RANCH_2",
|
||||
0x51: "CS_DEST_LON_LON_RANCH_3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue