Skip to content
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

Merged
merged 5 commits into from
Aug 25, 2024
Merged

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Apr 13, 2024

Adding constants for stuff where I'm sure that they will go in.

@Ghabry Ghabry added the Chunks label Apr 13, 2024
@Ghabry Ghabry added this to the 0.8.1 milestone Apr 13, 2024
@@ -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,
/** */
Copy link
Member

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.
@Ghabry Ghabry marked this pull request as ready for review July 31, 2024 22:09
@jetrotal
Copy link

jetrotal commented Aug 1, 2024

This old one from ellie, is close to completion too:
EasyRPG/Player#3144

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

@Ghabry
Copy link
Member Author

Ghabry commented Aug 1, 2024

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.

@Ghabry Ghabry requested a review from fdelapena August 6, 2024 16:49
@fdelapena fdelapena merged commit 552c1bc into EasyRPG:master Aug 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants