-
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: another batch of easy files #823
Conversation
xTVaser
commented
Sep 3, 2021
- sharkey
- lurkercrab
- lurkerpuppy
- assistant-citadel
- static-screen(demo-obs blocked by annoying handle casts, wait for that to be cleaned up in the future)
- robotboss-h (i likely got some types wrong here)
- light-eco (theres an event handler that crashes the compiler)
- final-door
- aphid
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.
Looks good, just a few comments on types
goal_src/levels/beach/lurkercrab.gc
Outdated
'generic | ||
) | ||
) | ||
(let ((t9-2 (method-of-object (-> obj collide-info) dummy-55))) |
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.
looks like this method is missing argument types
(go (method-of-object obj nav-enemy-die)) | ||
) | ||
((= v1-1 'punch) | ||
(the-as none (cond |
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.
hm this (the-as none
isn't great. I may need to work on the decompiler a bit to make this work properly. But this shouldn't block this PR from merging.
goal_src/levels/common/sharkey.gc
Outdated
) | ||
(set-vector! (-> obj draw color-mult) f0-2 f0-2 f0-2 1.0) | ||
) | ||
((method-of-object (-> obj water) dummy-10)) |
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.
missing method arguments
goal_src/levels/common/sharkey.gc
Outdated
(* (-> self y-speed) (-> *display* seconds-per-frame)) | ||
) | ||
) | ||
((method-of-object (-> self water) dummy-10)) |
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.
missing method args
Pull Request Test Coverage Report for Build 1207023156
💛 - Coveralls |