mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 05:44:11 +08:00
修复go版本生产得到的acl文件不可用的问题
This commit is contained in:
parent
c0a10148b4
commit
db483b6f69
@ -628,7 +628,7 @@ func format( cheats []Cheat ) []byte {
|
||||
for i, ch := range chts {
|
||||
binary.Encode(retval[cheatbase+i*4:], binary.LittleEndian, ch)
|
||||
}
|
||||
copy(retval[cheatbase:], expanded)
|
||||
copy(retval[expandbase:], expanded)
|
||||
|
||||
return retval
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user