mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 21:41:59 +00:00
Hunt down whitespace at end of lines
This commit is contained in:
parent
c09e1829ec
commit
2219f3398d
13 changed files with 24 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Matching dmadata layout for PAL MQ Debug
|
||||
*
|
||||
*
|
||||
* DEFINE_DMA_ENTRY should be used for all dmadata entries
|
||||
* - Argument 1: Name of the spec segment
|
||||
* - Argument 2: String matching the original name of the segment
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* - Argument 3: Spawn number for this entrance
|
||||
* - Argument 4: Toggle if bgm should continue during the transition using this entrance (true or false)
|
||||
* NOTE: For non-cutscene layers, this field is only read from the `SCENE_LAYER_CHILD_DAY` layer.
|
||||
* Meaning, the setting only matters for the first entry within a group of layers and that
|
||||
* Meaning, the setting only matters for the first entry within a group of layers and that
|
||||
* setting will apply to the other 3 non-cutscene layers.
|
||||
* - Argument 5: Toggle if a title card should display when using this entrance (true or false)
|
||||
* - Argument 6: Transition type when entering using this entrance (second half of a scene transition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue