summaryrefslogtreecommitdiff
path: root/vc/pokeblue.constants.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-03-26 15:59:36 -0500
committerGitHub <noreply@github.com>2022-03-26 16:59:36 -0400
commitfe8d3c51a4056f0dd61dbef332ad9e714b82089a (patch)
tree871eb178792c4355564b858e79e0e61963e0ffef /vc/pokeblue.constants.asm
parent07df4a5f88aa5b9927a0f8a7c317afa57a313ab9 (diff)
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
Diffstat (limited to 'vc/pokeblue.constants.asm')
-rw-r--r--vc/pokeblue.constants.asm71
1 files changed, 71 insertions, 0 deletions
diff --git a/vc/pokeblue.constants.asm b/vc/pokeblue.constants.asm
new file mode 100644
index 00000000..a197afae
--- /dev/null
+++ b/vc/pokeblue.constants.asm
@@ -0,0 +1,71 @@
+INCLUDE "constants.asm"
+
+; These are all the asm constants needed to make the blue_vc patch.
+
+vc_const: MACRO
+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