Improve handling of "Check GF" command

Issue #2 resolved
Akasaka Ryuunosuke repo owner created an issue

Found from #1

At 0850h in the respective script there is:

D1 01 01 00 00 00 D0 00 01 [5B 4E 61 65 5D 20] | .........[Nae] "

after the give poster command.

Apparently the D1 01 01 00 00 00 is recognized as D1 01 01 00 and the rest is discarded. This leads to one of the flags being ignored (compiler output: NOTICE: New flag poster_received assigned offset 00).

Proposals:

  • Change D1 command to feature an extra argument for the checked flag count
  • (temp fix?) Move offset to start from 01 in the script compiler

Comments (4)

  1. Log in to comment