-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add chunks/commands for Jetrotal #478
Conversation
Used by "Wait for Single Movement" command
src/generated/lcf/lsd/chunks.h
Outdated
@@ -737,7 +737,13 @@ namespace LSD_Reader { | |||
/** */ | |||
keyinput_timed = 0x29, | |||
/** Used for a wait command WaitForKeyInput rm2k3 feature to wait for decision key press. */ | |||
wait_key_enter = 0x2A | |||
wait_key_enter = 0x2A, | |||
/** */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments from the .csv are missing here. Those were probably applied afterwards without re-generating the files?
Contrary to RPG_RT this does not require adding new fields everytime a new event is added that waits.
This old one from ellie, is close to completion too: maybe worthy taking off the draft tag from it, and changing its syntax (e.g.: ID 2001 is already used, if I'm not wrong. And the verbose syntaxes inside strings may need some consideration). |
Because this conflicted I shifted the commands from ellie to 2003 and 2004. Also added most other commands where I'm certain that they will be added sooner or later. |
Adding constants for stuff where I'm sure that they will go in.