diff options
author | vulcandth <vulcandth@gmail.com> | 2022-03-12 17:34:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 18:34:04 -0500 |
commit | 31c3c94d64e1ac1e40c95acfda7de8b99b4f302b (patch) | |
tree | 274ec3a4fb4cacaa3d0f88c713085cfb5a3c85d1 /vc/pokecrystal11.constants.asm | |
parent | 775b5d046c7f42a3bd8034b92da92e25969bdbf7 (diff) |
Build the Virtual Console patch with `make crystal11_vc` (#882)
Fixes #813
Diffstat (limited to 'vc/pokecrystal11.constants.asm')
-rw-r--r-- | vc/pokecrystal11.constants.asm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vc/pokecrystal11.constants.asm b/vc/pokecrystal11.constants.asm new file mode 100644 index 000000000..87a3c90b4 --- /dev/null +++ b/vc/pokecrystal11.constants.asm @@ -0,0 +1,40 @@ +INCLUDE "constants.asm" + +; These are all the asm constants needed to make the crystal11_vc patch. + +vc_const: MACRO + println "00:{04x:\1} \1" ; same format as rgblink's .sym file +ENDM + +; [fight begin] + vc_const SCREEN_HEIGHT_PX + +; [print forbid 2] + vc_const A_BUTTON +; [print forbid 3] + vc_const MAPGROUP_CIANWOOD + vc_const MAP_CIANWOOD_PHOTO_STUDIO +; [print forbid 5] + vc_const NO_INPUT + vc_const B_BUTTON + vc_const D_UP + vc_const D_DOWN + +; [FPA 001 Begin] + vc_const FISSURE +; [FPA 002 Begin] + vc_const SELFDESTRUCT +; [FPA 003 Begin] + vc_const THUNDER +; [FPA 004 Begin] + vc_const FLASH +; [FPA 005 Begin] + vc_const EXPLOSION +; [FPA 006 Begin] + vc_const HORN_DRILL +; [FPA 007 Begin] + vc_const HYPER_BEAM + +; [FPA 042801 Begin] + vc_const PRESENT + vc_const anim_1gfx_command |