diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-23 14:52:47 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-23 14:52:47 +0100 |
commit | efa820469afcd92b0fdd6b7fff589143ea63c45c (patch) | |
tree | d22dfb5f344e1e75e7c7b9710e88c5b211ec5435 /data/data2c.s | |
parent | 6d57a9dfc8988163bf449295ee530d3bb883164b (diff) |
move data to c
Diffstat (limited to 'data/data2c.s')
-rw-r--r-- | data/data2c.s | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/data/data2c.s b/data/data2c.s deleted file mode 100644 index 773124b6d..000000000 --- a/data/data2c.s +++ /dev/null @@ -1,40 +0,0 @@ -#include "constants/items.h" -#include "constants/moves.h" -#include "constants/species.h" -#include "constants/trainers.h" -#include "constants/pokemon.h" - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gBattleIntroSlideScanlineEffectParams:: @ 831AC70 - .4byte REG_BG3HOFS - .4byte ((DMA_ENABLE | DMA_START_HBLANK | DMA_REPEAT | DMA_DEST_RELOAD) << 16) | 1 - .4byte 1 - - .align 2 -gUnknown_0831AC7C:: @ 831AC7C - .4byte REG_BG3HOFS - .4byte ((DMA_ENABLE | DMA_START_HBLANK | DMA_32BIT | DMA_REPEAT | DMA_DEST_RELOAD) << 16) | 1 - .4byte 1 - - .align 2 -gUnknown_0831AC88:: @ 831AC88 - spr_template 0x0000, 0x0000, gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8038528 - -gText_ShedinjaJapaneseName:: @ 831ACA0 - .string "ヌケニン$" @ Nukenin - - .align 2 -gUnknown_0831ACA8:: @ 831ACA8 - .2byte 0x0100 - .2byte 0xC000 - .2byte 0x0800 - - .align 2 -gUnknown_0831ACB0:: @ 831ACB0 - .2byte 0x0100 - .2byte 0xC000 - .2byte 0x2800 |