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

decomp: finish sunken-pipegame | sun-exit-chamber | beach-obs #1021

Merged
merged 7 commits into from
Dec 28, 2021

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Dec 16, 2021

No description provided.

@coveralls
Copy link

coveralls commented Dec 16, 2021

Pull Request Test Coverage Report for Build 1632189658

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 53.573%

Totals Coverage Status
Change from base Build 1631941081: 0.0%
Covered Lines: 40829
Relevant Lines: 76212

💛 - Coveralls

(increment-success-for-hint (game-text-id beach-eco-rock-increment))
enter-state
(go ecoventrock-break)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ecoventrock-break state should take 1 argument

:code
(behavior ()
(local-vars (a0-0 none) (sv-128 symbol))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having an argument should fix the a0-0 none here

enter-state
#t
(go harvester-inflate)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

harvester-inflate should take 1 arg

:code
(behavior ()
(local-vars (a0-0 none))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having an arg will fix the none here

(when (and (= (-> arg0 type) fuel-cell) (= (-> arg3 param 0) 'pickup))
(let ((a0-5 (handle->process (-> self fcell-handle))))
(when a0-5
(let ((v1-10 (new 'stack-no-clear 'event-message-block)))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be vector

@water111 water111 merged commit 99db6bb into open-goal:master Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants