remove unused locals

the "harder" params to the splash draw functions will be used to pick sfx
This commit is contained in:
Kistaro Windrider 2024-02-11 21:46:46 -08:00
parent 0c083fb0fb
commit 9a5a1fba3c
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -184,7 +184,7 @@ function view:update()
end end
function view:draw() function view:draw()
local oldcam, oldclip = $0x5f28, $0x5f20 local oldcam = $0x5f28
poke2(0x5f28, %0x5f28-self.x) poke2(0x5f28, %0x5f28-self.x)
poke2(0x5f2a, %0x5f2a-self.y) poke2(0x5f2a, %0x5f2a-self.y)
outer_or_each_opt(self.views, "draw") outer_or_each_opt(self.views, "draw")
@ -1755,7 +1755,7 @@ end
ggwp = { ggwp = {
frem = 60 frem = 60
} }
mknew(ggwp, function(self) end) mknew(ggwp)
function ggwp:activate() function ggwp:activate()
font_monogram() font_monogram()