Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

[Python] Add proper handing of the control codes #3

Open
CebolaBros64 opened this issue Oct 11, 2020 · 2 comments
Open

[Python] Add proper handing of the control codes #3

CebolaBros64 opened this issue Oct 11, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@CebolaBros64
Copy link
Owner

CebolaBros64 commented Oct 11, 2020

How it is now:

<table>,10These games are
for one player.<END>

How it should be:

<table=0>These games are
for one player.<END>
@CebolaBros64 CebolaBros64 added the enhancement New feature or request label Oct 11, 2020
@CebolaBros64 CebolaBros64 self-assigned this Oct 11, 2020
@CebolaBros64
Copy link
Owner Author

CebolaBros64 commented Nov 12, 2020

(Tangentially related, posting here because I made the topic too obtuse :p)

d240084 added encoding offsetting behavior to the <table> control code, but they are still formatted incorrectly - as shown in the issue.

@CebolaBros64
Copy link
Owner Author

Example of the above:

<table>,1かやあ

should be

<table=0x0F>やあ

or alternatively

<table=15>やあ

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant