Set save type to SRAM for later ev models

This commit is contained in:
James Lambert 2023-05-03 21:22:35 -06:00
parent 9d8c430607
commit 4bd5ae80f5

View file

@ -18,6 +18,6 @@
.word 0x00000000 /* Unknown */ .word 0x00000000 /* Unknown */
/* Game ID (EXAMPLE: NSME) Begins here */ /* Game ID (EXAMPLE: NSME) Begins here */
.word 0x0000004E /* Cartridge Type (N)*/ .word 0x0000004E /* Cartridge Type (N)*/
.ascii " " /* Cartridge ID (SM)*/ .ascii "ED" /* Cartridge ID (SM)*/
.ascii " " /* Region (E)*/ .ascii " " /* Region (E)*/
.byte 0x00 /* Version */ .byte 0x30 /* Version */