I just found out about floor796 and i am in awe, like, faith in the web restored kind of awe. What a tribute to pop culture
Can you find them all?
Here is Princess Mononoke
https://floor796.com/#t2l2,435,477
I just found out about floor796 and i am in awe, like, faith in the web restored kind of awe. What a tribute to pop culture
Can you find them all?
Here is Princess Mononoke
https://floor796.com/#t2l2,435,477
how is ghidra this bad at 6502?
code:
LDA MapStructPointer
STA PTR_000e
LDA MapStructPointer+1
STA PTR_000e+1
LDY #0x00
LDA (PTR_000e),Y
STA SomewhereElse
INY
LDA (PTR_000e),Y
STA SomewhereElse2
INY
<repeat for a while, preloading an area of RAM>
Ghidra: "lol Y clearly never changes, i can't know where this reference goes"
even if i manually make it assume what Y clearly is, it can't resolve the indirect reference. why the fuck is ghidra like this