sonicretro / s1disasm

Sonic 1 Disassembly
335 stars 97 forks source link

Define and use the standonobject constant #34

Closed Kekun closed 3 years ago

Kekun commented 4 years ago

standonobject is clearer than $3D.

Please note that I didn't test this change, I looked everywhere I could for a 68K assembler for Linux to make a build script, but I couldn't find one (I'm a noob when it comes to ASM). If you have hints on how to fix that, I'm all ears. :)

Clownacy commented 4 years ago

You can build the AS branch on Linux.

Kekun commented 4 years ago

Ah great! :) It worked.

I built the AS branch, put the resulting bin aside, checrry-picked my commit, built it: the files were the exact same.

If the build worked as expected, that means my MR should do the expected job.

Brainulator9 commented 3 years ago

I can confirm that the branch builds properly.