2017-12-11 19:27:51 +01:00
|
|
|
#include "constants/abilities.h"
|
2017-12-11 19:41:13 +01:00
|
|
|
#include "constants/items.h"
|
2017-12-11 19:27:51 +01:00
|
|
|
#include "constants/moves.h"
|
|
|
|
#include "constants/species.h"
|
2018-02-09 00:43:07 +01:00
|
|
|
#include "constants/pokemon.h"
|
2017-09-04 15:05:11 +02:00
|
|
|
.include "asm/macros.inc"
|
|
|
|
.include "constants/constants.inc"
|
|
|
|
|
|
|
|
.section .rodata
|
|
|
|
|
|
|
|
.align 2
|
|
|
|
|
|
|
|
@ 831C898
|
|
|
|
.include "data/battle_moves.inc"
|
|
|
|
|
2017-10-06 08:57:52 +02:00
|
|
|
@ 0x31d93c
|
|
|
|
@ unreferenced unknown data
|
|
|
|
.byte 0x34, 0x00, 0x10, 0x00, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00
|