Fix broken ryfs_read
routine, bump version to 0.3.1
There were two issues here: First, ryfs_read_sector_loop was not setting the current sector to the next sector of the file being read. This had the effect of making it read the same sector over and over again. Second, the destination pointer for the `copy_memory_bytes` call wasn't being changed after each sector copy.
This commit is contained in:
parent
5845ea6e60
commit
d1009a1680
2
main.asm
2
main.asm
|
@ -4,7 +4,7 @@
|
|||
|
||||
const FOX32ROM_VERSION_MAJOR: 0
|
||||
const FOX32ROM_VERSION_MINOR: 3
|
||||
const FOX32ROM_VERSION_PATCH: 0
|
||||
const FOX32ROM_VERSION_PATCH: 1
|
||||
|
||||
const SYSTEM_STACK: 0x01FFF800
|
||||
const BACKGROUND_COLOR: 0xFF674764
|
||||
|
|
Loading…
Reference in New Issue
Block a user