You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
pal momento
pal momento
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
.ascii "E" /* NTSC-U (North America) */
|
||||
#endif
|
||||
#if defined(SRAM)
|
||||
.byte 0x32 /* Version */
|
||||
.byte 0x30 /* Version */
|
||||
#elif defined(EEP16K)
|
||||
.byte 0x22 /* Version */
|
||||
.byte 0x20 /* Version */
|
||||
#elif defined(SRAM768K)
|
||||
.byte 0x42 /* Version */
|
||||
.byte 0x40 /* Version */
|
||||
#elif defined(FLASHRAM)
|
||||
.byte 0x52 /* Version */
|
||||
.byte 0x50 /* Version */
|
||||
#else
|
||||
.byte 0x12 /* Version */
|
||||
.byte 0x10 /* Version */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user