mirror of https://github.com/mgba-emu/mgba.git
Res: Code cleanup
This commit is contained in:
parent
f40222f0ee
commit
77a4fbf439
|
@ -174,7 +174,7 @@ function Generation1En._readPartyMon(game, address, nameAddress, otAddress)
|
|||
return mon
|
||||
end
|
||||
|
||||
function Generation2En._readBoxMon(game, address, nameAddress, otAddress)
|
||||
function Generation2En._readBoxMon(game, address, nameAddress, otAddress)
|
||||
local mon = {}
|
||||
mon.species = emu:read8(address + 0)
|
||||
mon.item = emu:read8(address + 1)
|
||||
|
|
Loading…
Reference in New Issue