Skip to content

Galactic Armada: player MoveUp broken #147

@mrcook

Description

@mrcook

It seems that the player controls aren't working correctly for the MoveUp routine. This can be fixed with:

# galactic-armada/src/main/states/gameplay/objects/player.asm:237
 
-    ld a, [wPlayerPositionY]
+    ld a, [wPlayerPositionY+1]
     sbc 0
-    ld [wPlayerPositionY], a
+    ld [wPlayerPositionY+1], a

I did try creating a PR, but I get a permission denied message when trying to push.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions