Re-ran autogen

This commit is contained in:
MysterD 2023-06-18 12:28:26 -07:00
parent b06a73e8c5
commit 28d3378b3c
3 changed files with 5 additions and 0 deletions

View File

@ -344,6 +344,9 @@ INSTANT_WARP_INDEX_START = 0x00
--- @type integer
INSTANT_WARP_INDEX_STOP = 0x04
--- @type integer
MAX_AREAS = 8
--- @type integer
WARP_TRANSITION_FADE_FROM_BOWSER = 0x12

View File

@ -70,6 +70,7 @@
## [area.h](#area.h)
- INSTANT_WARP_INDEX_START
- INSTANT_WARP_INDEX_STOP
- MAX_AREAS
- WARP_TRANSITION_FADE_FROM_BOWSER
- WARP_TRANSITION_FADE_FROM_CIRCLE
- WARP_TRANSITION_FADE_FROM_COLOR

View File

@ -310,6 +310,7 @@ char gSmluaConstants[] = ""
"COURSE_MIN = 1\n"
"INSTANT_WARP_INDEX_START = 0x00\n"
"INSTANT_WARP_INDEX_STOP = 0x04\n"
"MAX_AREAS = 8\n"
"WARP_TRANSITION_FADE_FROM_COLOR = 0x00\n"
"WARP_TRANSITION_FADE_INTO_COLOR = 0x01\n"
"WARP_TRANSITION_FADE_FROM_STAR = 0x08\n"