forked from PlagueVonKarma/kep-hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokeblue.constants.asm
69 lines (54 loc) · 996 Bytes
/
pokeblue.constants.asm
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
65
66
67
68
69
; These are all the asm constants needed to make the blue_vc patch.
MACRO vc_const
DEF x = \1
PRINTLN "00:{04x:x} \1" ; same format as rgblink's .sym file
ENDM
; [FPA 001 Begin]
vc_const "M"
vc_const "E"
vc_const "G"
vc_const "A"
vc_const "P"
vc_const "S"
vc_const "L"
vc_const "F"
vc_const "X"
vc_const MEGA_PUNCH
; [FPA 001 End]
vc_const EXPLOSION
; [FPA 002 Begin]
vc_const "U"
vc_const "I"
vc_const GUILLOTINE
; [FPA 002 End]
vc_const "K"
vc_const MEGA_KICK
; [FPA 004 Begin]
vc_const "B"
vc_const "Z"
vc_const BLIZZARD
; [FPA 005 Begin]
vc_const BUBBLEBEAM
; [FPA 005 End]
vc_const HYPER_BEAM
; [FPA 006 Begin]
vc_const "H"
vc_const "Y"
; [FPA 007 Begin]
vc_const "T"
vc_const "N"
vc_const THUNDERBOLT
; [FPA 008 Begin]
vc_const "R"
vc_const REFLECT
; [FPA 009 Begin]
vc_const SELFDESTRUCT
; [FPA 010 Begin]
vc_const "D"
vc_const DREAM_EATER
; [FPA 011 Begin]
vc_const "O"
vc_const SPORE
; [FPA 012 Begin]
vc_const "C"
vc_const ROCK_SLIDE