mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
parent
d7808d110f
commit
6b5be9129c
101 changed files with 958 additions and 958 deletions
|
|
@ -2,8 +2,8 @@ INCLUDE "constants.asm"
|
|||
|
||||
; These are all the asm constants needed to make the blue_vc patch.
|
||||
|
||||
vc_const: MACRO
|
||||
x = \1
|
||||
MACRO vc_const
|
||||
DEF x = \1
|
||||
PRINTLN "00:{04x:x} \1" ; same format as rgblink's .sym file
|
||||
ENDM
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ INCLUDE "constants.asm"
|
|||
|
||||
; These are all the asm constants needed to make the red_vc patch.
|
||||
|
||||
vc_const: MACRO
|
||||
x = \1
|
||||
MACRO vc_const
|
||||
DEF x = \1
|
||||
PRINTLN "00:{04x:x} \1" ; same format as rgblink's .sym file
|
||||
ENDM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue