summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-14 20:44:50 -0800
committerBryan Bishop <kanzure@gmail.com>2013-01-14 20:44:50 -0800
commite92a9ead39aec465f1e084b1ecaefa145bb65cc7 (patch)
tree4501eb50c626c9c90b91caf33ee2b4ef639e3f8f /constants.asm
parent7a33b66ab4758fc00bb573eb0d1e3881a824a29a (diff)
parent92e20d0c59bfa7c6fac99868f1c46b7a9a0e14f8 (diff)
Merge pull request #87 from iimarckus/shootbreeze
phone call texts and phone call scripts
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm
index cc9e55474..7d73f4232 100644
--- a/constants.asm
+++ b/constants.asm
@@ -25,6 +25,11 @@ callba: MACRO
rst $08
ENDM
+TX_RAM: MACRO
+ db 1
+ dw \1
+ ENDM
+
TX_FAR: MACRO
db $16
dw \1
@@ -3339,4 +3344,4 @@ NUM_SRAM_BANKS EQU 4
Unkn1Pals EQU $d000 ; 8 4-color palettes little endian)
Unkn2Pals EQU $d040 ; 8 4-color palettes little endian)
BGPals EQU $d080 ; 8 4-color palettes little endian)
-OBPals EQU $d0c0 ; 8 4-color palettes little endian) \ No newline at end of file
+OBPals EQU $d0c0 ; 8 4-color palettes little endian)