summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorJimB16 <f1@jimb.de>2015-08-28 22:18:41 +0200
committerJimB16 <f1@jimb.de>2015-08-28 22:18:41 +0200
commit5faf138dc98ed36be6e8f888fdf71557dda508d1 (patch)
treebea2f7fc2daf36cd0eef10be4106bbd61b164166 /wram.asm
parent4cd354ec3285cb24a0ab468c75e466b670036bbe (diff)
changed some labels and added comments
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 0cfc81988..7af5d3e1f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -884,6 +884,16 @@ wMiscEnd::
wc7e8:: ds 24
+RSSET $c608 ;$c000+(wc608-wc000) ; compute the address through doesn't seem to work
+BT_OTTempCopy RW 1
+str_tData RB 256
+str_bCount RB 1
+str_SIZEOF RB 0
+
+GLOBAL BT_OTTempCopy
+
+
+
SECTION "Overworld Map", WRAM0 [$c800]
wc800::
@@ -1818,6 +1828,7 @@ wd25e:: ds 4
wd262:: ds 1
wd263:: ds 1
wd264:: ds 1
+GetPokemonName_Parameter::
wd265:: ds 1
wd266:: ds 1
wd267:: ds 1