diff options
author | Háčky <hatschky@gmail.com> | 2014-11-22 05:11:37 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-22 05:11:37 +0000 |
commit | 17853b802692237d98f96d1a80caf2019f71753e (patch) | |
tree | 33f46a489cd33e855656ee87260ef370b7d3ad43 /macros.asm | |
parent | b9edbfa98b685e5d9fcf62de2abe23f0d9dde6e9 (diff) |
Add German Eon Ticket script from debug version
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ Insert_Header: MACRO REGION_JP EQU $01 REGION_EN EQU $02 +REGION_FR EQU $03 ; ? +REGION_IT EQU $04 ; ? +REGION_DE EQU $05 ; ! +REGION_ES EQU $07 ; ¿? ; types of card data VARIABLE_LENGTH EQU $02 |