diff options
author | JimB16 <f1@jimb.de> | 2015-08-28 22:18:41 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-08-28 22:18:41 +0200 |
commit | 5faf138dc98ed36be6e8f888fdf71557dda508d1 (patch) | |
tree | bea2f7fc2daf36cd0eef10be4106bbd61b164166 /wram.asm | |
parent | 4cd354ec3285cb24a0ab468c75e466b670036bbe (diff) |
changed some labels and added comments
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |