Skip to content

Commit c424de0

Browse files
authored
Merge pull request #19 from VitorVilela7/super-rtype
Fix for stage 6 flying robots
2 parents ca3fd62 + 9addee1 commit c424de0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Super-R-Type/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SA-1 Root: Super R-Type
2-
Version 1.0, released 2020-12-31
2+
Version 1.1, released 2020-12-02
33

44
Super R-Type is a classic shooter game made by Irem, being kind of a upgrade from R-Type II.
55

@@ -34,8 +34,8 @@ Expected checksums:
3434
* SHA256: 05C7F6461209020785FBA33007E1830820AA44ADA4B1A6F991D936BF2335B15B
3535

3636
#### After patching
37-
* CRC32: AB3B7626
38-
* SHA256: 1D890871DE7F4FF2EA489F37F3379545BD5F88F97C5FA67CC4AD60C7BD67C703
37+
* CRC32: B50C346F
38+
* SHA256: 9F777F1284EB4CC8A7707B99F7473AFF80E50B33D0EE306B2193EB4AA5FC4CBA
3939

4040
## Compatibility
4141

Super-R-Type/asm/new_indexed_abs_remap.asm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -822,12 +822,12 @@ org $03A99B ; LDY.W $0000,X ;03A99A|BC0000 |040000;
822822
; dw $6000
823823
;org $03C933 ; LDA.W $0000,Y ;03C932|B90000 |040000;
824824
; dw $6000
825-
org $03CA37 ; LDA.W $0000,Y ;03CA36|B90000 |040000;
826-
dw $6000 ; Analysis Missing! - OK
827-
org $03CABB ; LDA.W $0000,Y ;03CABA|B90000 |040000;
828-
dw $6000 ; Analysis Missing! - OK
829-
org $03CB50 ; LDA.W $0000,Y ;03CB4F|B90000 |040000;
830-
dw $6000 ; Analysis Missing! - OK
825+
;org $03CA37 ; LDA.W $0000,Y ;03CA36|B90000 |040000;
826+
; dw $6000 ; Analysis Missing! - Fixed
827+
;org $03CABB ; LDA.W $0000,Y ;03CABA|B90000 |040000;
828+
; dw $6000 ; Analysis Missing! - Fixed
829+
;org $03CB50 ; LDA.W $0000,Y ;03CB4F|B90000 |040000;
830+
; dw $6000 ; Analysis Missing! - Fixed
831831
;org $03CF0D ; LDA.W $0000,Y ;03CF0C|B90000 |040000;
832832
; dw $6000
833833
;org $03CFB8 ; LDA.W $0000,Y ;03CFB7|B90000 |040000;

Super-R-Type/patch.bps

-10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)