mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-08-22 08:44:17 -05:00
add additem
This commit is contained in:
@@ -119,6 +119,10 @@ checkflag: MACRO
|
||||
getpartysize: MACRO
|
||||
db $43
|
||||
ENDM
|
||||
additem: MACRO
|
||||
db $44
|
||||
dw \1, \2
|
||||
ENDM
|
||||
checkitemroom: MACRO
|
||||
db $46
|
||||
dw \1, \2
|
||||
|
||||
Reference in New Issue
Block a user