summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorHáčky <hatschky@gmail.com>2014-11-22 05:11:37 +0000
committerHáčky <hatschky@gmail.com>2014-11-22 05:11:37 +0000
commit17853b802692237d98f96d1a80caf2019f71753e (patch)
tree33f46a489cd33e855656ee87260ef370b7d3ad43 /macros.asm
parentb9edbfa98b685e5d9fcf62de2abe23f0d9dde6e9 (diff)
Add German Eon Ticket script from debug version
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 657b8a8..7c7d81a 100644
--- a/macros.asm
+++ b/macros.asm
@@ -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