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 Dec 14, 2024
1 parent c06c31c commit 1c9f18a
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 327 deletions.
20 changes: 10 additions & 10 deletions Bank $90.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ $90:8ED5 30 04 BMI $04 [$8EDB] ;} If [$12] >= 0:
$90:8ED7 20 B1 93 JSR $93B1 [$90:93B1] ; Move Samus right by [$12].[$14]
$90:8EDA 60 RTS ; Return

$90:8EDB 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by [$12].[$14]
$90:8EDB 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by -[$12].[$14]
$90:8EDE 60 RTS
}

Expand Down Expand Up @@ -2510,7 +2510,7 @@ $90:8F0F 30 05 BMI $05 [$8F16] ;} If [$12] >= 0:
$90:8F11 20 B1 93 JSR $93B1 [$90:93B1] ; Move Samus right by [$12].[$14]
$90:8F14 80 03 BRA $03 [$8F19] ; Return

$90:8F16 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by [$12].[$14]
$90:8F16 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by -[$12].[$14]

$90:8F19 28 PLP
$90:8F1A 60 RTS
Expand Down Expand Up @@ -2570,7 +2570,7 @@ $90:8F7A 30 05 BMI $05 [$8F81] ;} If [$12] >= 0:
$90:8F7C 20 B1 93 JSR $93B1 [$90:93B1] ; Move Samus right by [$12].[$14]
$90:8F7F 80 03 BRA $03 [$8F84] ; Return

$90:8F81 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by [$12].[$14]
$90:8F81 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by -[$12].[$14]

$90:8F84 28 PLP
$90:8F85 60 RTS
Expand Down Expand Up @@ -2823,7 +2823,7 @@ $90:915C 30 05 BMI $05 [$9163] ; If [$12] >= 0:
$90:915E 20 40 94 JSR $9440 [$90:9440] ; Move Samus down by [$12].[$14]
$90:9161 80 03 BRA $03 [$9166] ; Return

$90:9163 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by [$12].[$14]
$90:9163 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by -[$12].[$14]

$90:9166 28 PLP
$90:9167 60 RTS
Expand Down Expand Up @@ -2932,7 +2932,7 @@ $90:922B E6 12 INC $12 [$7E:0012] ; $12.$14 += 1.0
$90:922D 20 40 94 JSR $9440 [$90:9440] ; Move Samus down by [$12].[$14]
$90:9230 80 0B BRA $0B [$923D] ; Return

$90:9232 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by [$12].[$14]
$90:9232 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by -[$12].[$14]
$90:9235 80 06 BRA $06 [$923D] ; Return

; BRANCH_NO_EXTRA_DISPLACEMENT
Expand Down Expand Up @@ -2989,7 +2989,7 @@ $90:927E 20 40 94 JSR $9440 [$90:9440] ; Move Samus down by [$12].[$14]
$90:9281 80 03 BRA $03 [$9286] ; Return

; BRANCH_MOVE_UP
$90:9283 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by [$12].[$14]
$90:9283 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by -[$12].[$14]

$90:9286 28 PLP
$90:9287 60 RTS
Expand Down Expand Up @@ -3021,7 +3021,7 @@ $90:92AC E6 12 INC $12 [$7E:0012] ; $12.$14 += 1.0
$90:92AE 20 40 94 JSR $9440 [$90:9440] ; Move Samus down by [$12].[$14]
$90:92B1 80 03 BRA $03 [$92B6] ; Return

$90:92B3 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by [$12].[$14]
$90:92B3 20 EC 93 JSR $93EC [$90:93EC] ; Move Samus up by -[$12].[$14]

$90:92B6 28 PLP
$90:92B7 60 RTS
Expand Down Expand Up @@ -3116,7 +3116,7 @@ $90:931B 30 05 BMI $05 [$9322] ;} If [$12] >= 0:
$90:931D 20 B1 93 JSR $93B1 [$90:93B1] ; Move Samus right by [$12].[$14]
$90:9320 80 03 BRA $03 [$9325]
; Else ([$12] < 0):
$90:9322 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by [$12].[$14]
$90:9322 20 50 93 JSR $9350 [$90:9350] ; Move Samus left by -[$12].[$14]

$90:9325 AD D0 0D LDA $0DD0 [$7E:0DD0] ;\
$90:9328 D0 1C BNE $1C [$9346] ;} If solid collision: return
Expand Down Expand Up @@ -3147,7 +3147,7 @@ $90:934F 60 RTS
}


;;; $9350: Move Samus left by [$12].[$14] ;;;
;;; $9350: Move Samus left by -[$12].[$14] ;;;
{
$90:9350 08 PHP
$90:9351 C2 30 REP #$30
Expand Down Expand Up @@ -3229,7 +3229,7 @@ $90:93EB 60 RTS
}


;;; $93EC: Move Samus up by [$12].[$14] ;;;
;;; $93EC: Move Samus up by -[$12].[$14] ;;;
{
$90:93EC 08 PHP
$90:93ED C2 30 REP #$30
Expand Down
14 changes: 9 additions & 5 deletions Bank $A3.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5696,11 +5696,15 @@ $A3:BEBD 60 RTS
;;; $BEBE: $1E.$1C = -[$18].[$16] ;;;
{
; The devs *really* struggled with multi-word negation >_<;
; Actual result is as follows
; If [$16] != 0:
; $1E.$1C = -[$18].[$16]
; Else ([$16] = 0):
; $1E.$1C = -1 - [$18].[$16]

; Actual result is as follows:
; If [$18].[$16] = 0.0:
; Return
;
; If [$16] != 0:
; $1E.$1C = -[$18].[$16]
; Else ([$16] = 0):
; $1E.$1C = -1 - [$18].[$16]
$A3:BEBE A5 16 LDA $16 [$7E:0016] ;\
$A3:BEC0 D0 06 BNE $06 [$BEC8] ;|
$A3:BEC2 A5 18 LDA $18 [$7E:0018] ;} If [$18].[$16] = 0.0:
Expand Down
Loading

0 comments on commit 1c9f18a

Please sign in to comment.