Sync further with pokegold

This commit is contained in:
Rangi42
2025-03-15 01:03:28 -04:00
parent 94c36a4351
commit 467ee7ee72
3 changed files with 3 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ GetTreeMons:
cp NUM_TREEMON_SETS
jr nc, .quit
assert TREEMON_SET_CITY == 0
and a
jr z, .quit

View File

@@ -11,6 +11,7 @@ ENDM
const_def -1, -1
const endanim_command ; $ff
assert endanim_command == oamend_command ; LEGACY: Support for the old name of "oamend"
MACRO endanim
db endanim_command
ENDM