pokeball file is decompiled

This commit is contained in:
DizzyEggg
2017-12-02 20:38:26 +01:00
parent c27f7a8131
commit c2fdde3a49
10 changed files with 429 additions and 1231 deletions

View File

@@ -1,7 +1,22 @@
#ifndef GUARD_POKEBALL_H
#define GUARD_POKEBALL_H
#define POKEBALL_COUNT 12
enum
{
BALL_POKE,
BALL_GREAT,
BALL_SAFARI,
BALL_ULTRA,
BALL_MASTER,
BALL_NET,
BALL_DIVE,
BALL_NEST,
BALL_REPEAT,
BALL_TIMER,
BALL_LUXURY,
BALL_PREMIER,
POKEBALL_COUNT
};
#define POKEBALL_PLAYER_SENDOUT 0xFF
#define POKEBALL_OPPONENT_SENDOUT 0xFE