diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-12 15:38:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 15:38:42 -0500 |
commit | 4a6563b82d0d10169b7f361ee44412d65a99582e (patch) | |
tree | 46c0f4eff4b30b1ec2158888be0a4cd3c66c48da /data/item_use.s | |
parent | 68ac755bb91041868cde6d558b2af2123ddad0a0 (diff) | |
parent | f04e6737b2073446efa285cfa74a80ee23649afd (diff) |
Merge pull request #154 from PikalaxALT/dism_more_data
Field Door
Diffstat (limited to 'data/item_use.s')
-rw-r--r-- | data/item_use.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/item_use.s b/data/item_use.s deleted file mode 100644 index aa78ac919..000000000 --- a/data/item_use.s +++ /dev/null @@ -1,15 +0,0 @@ -#include "constants/maps.h" -#include "constants/species.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2 - - .incbin "baserom.gba", 0x3E27B4, 0x1A0 - -gUnknown_83E2954:: @ 83E2954 - .4byte sub_8124C8C - .4byte CB2_ReturnToField - .4byte NULL - .4byte NULL |