aboutsummaryrefslogtreecommitdiffstats
path: root/vc
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2025-11-12 17:56:10 -0600
committerdannye <33dannye@gmail.com>2025-11-12 17:56:10 -0600
commit324ae167d15ae4eef3cda411e10201661e57d88d (patch)
tree86c2b73ce1262f12c1b3eb82874e8572e80e583f /vc
parentSeparate surfing Pikachu graphics from audio engine code (diff)
parentUse features of RGBDS 1.0.0 (#537) (diff)
downloadpokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.gz
pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.tar.xz
pokeyellow-324ae167d15ae4eef3cda411e10201661e57d88d.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'vc')
-rw-r--r--vc/pokeyellow.constants.asm38
1 files changed, 19 insertions, 19 deletions
diff --git a/vc/pokeyellow.constants.asm b/vc/pokeyellow.constants.asm
index ef8be0fd..fd0e2777 100644
--- a/vc/pokeyellow.constants.asm
+++ b/vc/pokeyellow.constants.asm
@@ -1,49 +1,49 @@
; These are all the asm constants needed to make the yellow_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 X_CHAR EQU "X"
-EXPORT DEF L_CHAR EQU "L"
-EXPORT DEF S_CHAR EQU "S"
-EXPORT DEF F_CHAR EQU "F"
+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 X_CHAR EQU 'X'
+EXPORT DEF L_CHAR EQU 'L'
+EXPORT DEF S_CHAR EQU 'S'
+EXPORT DEF F_CHAR EQU 'F'
EXPORT MEGA_PUNCH
; [FPA 002 Begin]
-EXPORT DEF U_CHAR EQU "U"
-EXPORT DEF I_CHAR EQU "I"
+EXPORT DEF U_CHAR EQU 'U'
+EXPORT DEF I_CHAR EQU 'I'
EXPORT GUILLOTINE
; [FPA 003 Begin]
-EXPORT DEF K_CHAR EQU "K"
+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 DEF B_CHAR EQU 'B'
+EXPORT DEF Z_CHAR EQU 'Z'
EXPORT BLIZZARD
; [FPA 005 Begin]
EXPORT BUBBLEBEAM
; [FPA 006 Begin]
-EXPORT DEF H_CHAR EQU "H"
-EXPORT DEF Y_CHAR EQU "Y"
+EXPORT DEF H_CHAR EQU 'H'
+EXPORT DEF Y_CHAR EQU 'Y'
EXPORT HYPER_BEAM
; [FPA 007 Begin]
-EXPORT DEF T_CHAR EQU "T"
-EXPORT DEF N_CHAR EQU "N"
+EXPORT DEF T_CHAR EQU 'T'
+EXPORT DEF N_CHAR EQU 'N'
EXPORT THUNDERBOLT
; [FPA 008 Begin]
EXPORT HAZE
; [FPA 009 Begin]
-EXPORT DEF R_CHAR EQU "R"
+EXPORT DEF R_CHAR EQU 'R'
EXPORT REFLECT
; [FPA 010 Begin]