Merge branch 'master' into NewMinecart

This commit is contained in:
Jared_Brian_
2025-02-11 18:37:42 -07:00
98 changed files with 4641 additions and 3961 deletions

View File

@@ -299,6 +299,18 @@ macro SetupDistanceFromSprite()
LDA.w SprY, X : STA $05
endmacro
macro ProbCheck(mask, label)
JSL GetRandomInt
AND.b #<mask>
BNE <label>
endmacro
macro ProbCheck2(mask, label)
JSL GetRandomInt
AND.b #<mask>
BEQ <label>
endmacro
macro DrawSprite()
{
JSL Sprite_PrepOamCoord