diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-29 23:20:59 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-29 23:20:59 -0400 |
commit | d0fbed6ad50c34593002c2b540c4e3e7f4c5cd16 (patch) | |
tree | c424d9be35c931994b185855efb35cb221a3b9df /data | |
parent | b014273d73996d98519f90b1349feb469cd5f765 (diff) | |
parent | 445cdf69c9744fe6d6f5161f9119d605e0df76c8 (diff) |
Merge branch 'master' into trade
Diffstat (limited to 'data')
-rw-r--r-- | data/field_effect_helpers.s | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/data/field_effect_helpers.s b/data/field_effect_helpers.s deleted file mode 100644 index d22bd8dde..000000000 --- a/data/field_effect_helpers.s +++ /dev/null @@ -1,37 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ XXX: Unused? Probably aligned because it's at the beginning of an object file. - .align 2 - .string "タマゴ$" - - .align 1 -gUnknown_08401E2C:: @ 8401E2C - .2byte 0xC, 0x1C, 0x2C - -gUnknown_08401E32:: @ 8401E32 - .byte 0, 1, 2, 3 - - .align 1 -gUnknown_08401E36:: @ 8401E36 - .2byte 4, 4, 4, 16 - - .align 2 -gUnknown_08401E40:: @ 8401E40 - .4byte sub_81275A0 - .4byte sub_81275C4 - - .align 2 -gUnknown_08401E48:: @ 8401E48 - .4byte sub_8127DA0 - .4byte sub_8127DD0 - .4byte sub_8127E30 - -gUnknown_08401E54:: @ 8401E54 - .byte 0, 0, 1, 2, 3 - - .align 1 -gUnknown_08401E5A:: @ 8401E5A - .2byte 3, 7 |