aboutsummaryrefslogtreecommitdiffstats
path: root/vc/pokeblue.constants.asm
blob: 1622a41d75174f5b8b5828f2d406fdcb5d4d169a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
; These are all the asm constants needed to make the blue_vc patch.

; [FPA 001 Begin]
EXPORT DEF M_CHAR EQU 'M'
EXPORT DEF E_CHAR EQU 'E'
EXPORT DEF G_CHAR EQU 'G'
EXPORT DEF A_CHAR EQU 'A'
EXPORT DEF P_CHAR EQU 'P'
EXPORT DEF S_CHAR EQU 'S'
EXPORT DEF L_CHAR EQU 'L'
EXPORT DEF F_CHAR EQU 'F'
EXPORT DEF X_CHAR EQU 'X'
EXPORT MEGA_PUNCH

; [FPA 001 End]
EXPORT EXPLOSION

; [FPA 002 Begin]
EXPORT DEF U_CHAR EQU 'U'
EXPORT DEF I_CHAR EQU 'I'
EXPORT GUILLOTINE

; [FPA 002 End]
EXPORT DEF K_CHAR EQU 'K'
EXPORT MEGA_KICK

; [FPA 004 Begin]
EXPORT DEF B_CHAR EQU 'B'
EXPORT DEF Z_CHAR EQU 'Z'
EXPORT BLIZZARD

; [FPA 005 Begin]
EXPORT BUBBLEBEAM

; [FPA 005 End]
EXPORT HYPER_BEAM

; [FPA 006 Begin]
EXPORT DEF H_CHAR EQU 'H'
EXPORT DEF Y_CHAR EQU 'Y'

; [FPA 007 Begin]
EXPORT DEF T_CHAR EQU 'T'
EXPORT DEF N_CHAR EQU 'N'
EXPORT THUNDERBOLT

; [FPA 008 Begin]
EXPORT DEF R_CHAR EQU 'R'
EXPORT REFLECT

; [FPA 009 Begin]
EXPORT SELFDESTRUCT

; [FPA 010 Begin]
EXPORT DEF D_CHAR EQU 'D'
EXPORT DREAM_EATER

; [FPA 011 Begin]
EXPORT DEF O_CHAR EQU 'O'
EXPORT SPORE

; [FPA 012 Begin]
EXPORT DEF C_CHAR EQU 'C'
EXPORT ROCK_SLIDE