fix issue. add doc.

- fix TwoFlames Resetpoint naming error.
- add doc parts.
This commit is contained in:
2024-02-08 23:21:53 +08:00
parent c82c094519
commit 02082bf99e
8 changed files with 76 additions and 15 deletions

View File

@ -460,9 +460,9 @@ class YYCToolchainConvention():
case BallanceObjectType.LEVEL_END:
return 'PE_Balloon_01'
case BallanceObjectType.CHECKPOINT:
return f'PR_Resetpoint_{info.mSector:0>2d}'
return f'PR_TwoFlames_{info.mSector:0>2d}'
case BallanceObjectType.RESETPOINT:
return f'PC_TwoFlames_{info.mSector:0>2d}'
return f'PC_Resetpoint_{info.mSector:0>2d}'
case BallanceObjectType.DEPTH_CUBE:
return 'DepthCubes_'