-
Notifications
You must be signed in to change notification settings - Fork 173
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
decomp: finish sunken-pipegame
| sun-exit-chamber
| beach-obs
#1021
Conversation
Pull Request Test Coverage Report for Build 1632189658
💛 - Coveralls |
goal_src/levels/beach/beach-obs.gc
Outdated
(increment-success-for-hint (game-text-id beach-eco-rock-increment)) | ||
enter-state | ||
(go ecoventrock-break) |
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.
this ecoventrock-break
state should take 1 argument
goal_src/levels/beach/beach-obs.gc
Outdated
:code | ||
(behavior () | ||
(local-vars (a0-0 none) (sv-128 symbol)) |
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.
having an argument should fix the a0-0 none
here
goal_src/levels/beach/beach-obs.gc
Outdated
enter-state | ||
#t | ||
(go harvester-inflate) |
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.
harvester-inflate
should take 1 arg
goal_src/levels/beach/beach-obs.gc
Outdated
:code | ||
(behavior () | ||
(local-vars (a0-0 none)) |
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.
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))) |
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.
should be vector
No description provided.