diff options
author | YamaArashi <shadow962@live.com> | 2017-01-06 00:35:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-06 00:39:20 -0800 |
commit | d75c71970719db126bef05b89bc6a43e138e5483 (patch) | |
tree | c8660c633c8f8e1d7f845327a925c53188fdf264 /data | |
parent | a5f060bc1b3e79d136a7c93790606763bae6e05f (diff) |
define pokemon size record data in C
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon_size_record.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/pokemon_size_record.s b/data/pokemon_size_record.s deleted file mode 100644 index a1c8f4521..000000000 --- a/data/pokemon_size_record.s +++ /dev/null @@ -1,13 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gUnknown_083D180C:: @ 83D180C - .incbin "baserom.gba", 0x003d180c, 0x80 - -gOtherText_DecimalPoint:: @ 83D188C - .string ".$" - -gUnknown_083D188E:: @ 83D188E - .byte 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E |