Remove unreferenced content in bank 0 (#1)

This commit is contained in:
xCrystal
2023-07-25 11:54:34 +02:00
parent fc7f2d4e0e
commit 60cacea4b0
22 changed files with 13 additions and 722 deletions

View File

@@ -517,3 +517,12 @@ ScrollingMenu_GetListItemCoordAndFunctionArgs:
pop hl
pop de
ret
xor_a:
xor a
ret
xor_a_dec_a:
xor a
dec a
ret