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
|
return mon
|
||||||
end
|
end
|
||||||
|
|
||||||
function Generation2En._readBoxMon(game, address, nameAddress, otAddress)
|
function Generation2En._readBoxMon(game, address, nameAddress, otAddress)
|
||||||
local mon = {}
|
local mon = {}
|
||||||
mon.species = emu:read8(address + 0)
|
mon.species = emu:read8(address + 0)
|
||||||
mon.item = emu:read8(address + 1)
|
mon.item = emu:read8(address + 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user