1
0
Fork 0
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:
Dragorn421 2022-10-05 13:02:06 +02:00
parent c09e1829ec
commit 2219f3398d
No known key found for this signature in database
GPG key ID: 32B53D2D16FC4118
13 changed files with 24 additions and 24 deletions

View file

@ -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

View file

@ -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)