Skip to content

Commit

Permalink
Update logs from website
Browse files Browse the repository at this point in the history
  • Loading branch information
PJBoy authored and github-actions[bot] committed Oct 25, 2023
1 parent 31b6d73 commit 23ceacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bank $91.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11365,7 +11365,7 @@ $91:EFEE 60 RTS
$91:EFEF AD 36 0B LDA $0B36 [$7E:0B36] ;\
$91:EFF2 C9 01 00 CMP #$0001 ;} If [Samus Y direction] != up:
$91:EFF5 F0 15 BEQ $15 [$F00C] ;/
$91:EFF7 9C 20 0B STZ $0B20 [$7E:0B20] ; $0B20 = 0
$91:EFF7 9C 20 0B STZ $0B20 [$7E:0B20] ; Morph ball bounce state = not bouncing
$91:EFFA 9C 2C 0B STZ $0B2C [$7E:0B2C] ;\
$91:EFFD 9C 2E 0B STZ $0B2E [$7E:0B2E] ;} Samus Y speed = 0.0
$91:F000 A9 01 00 LDA #$0001 ;\
Expand Down
2 changes: 1 addition & 1 deletion Bank $A7.asm
Original file line number Diff line number Diff line change
Expand Up @@ -9186,7 +9186,7 @@ $A7:F52D 6B RTL
}


;;; $F52E: Initialisation AI - enemy $E5FF (dachora) ;;;
;;; $F52E: Main AI - enemy $E5FF (dachora) ;;;
{
$A7:F52E AE 54 0E LDX $0E54 [$7E:0E54]
$A7:F531 7C B2 0F JMP ($0FB2,x)[$A7:F570]
Expand Down

0 comments on commit 23ceacf

Please sign in to comment.