aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/init_battle_variables.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:30:20 -0700
committerGitHub <noreply@github.com>2016-06-11 17:30:20 -0700
commit7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (patch)
tree8a61aee33d6b47e960dc71dbb89c096622bbdc95 /engine/battle/init_battle_variables.asm
parentImplement handy text macros from yellow (diff)
parentremove address comments (diff)
downloadpokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.gz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.xz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.zip
Merge pull request #133 from YamaArashi/master
Remove address comments
Diffstat (limited to 'engine/battle/init_battle_variables.asm')
-rw-r--r--engine/battle/init_battle_variables.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/init_battle_variables.asm b/engine/battle/init_battle_variables.asm
index 9372a786..bdd5d8f4 100644
--- a/engine/battle/init_battle_variables.asm
+++ b/engine/battle/init_battle_variables.asm
@@ -1,4 +1,4 @@
-InitBattleVariables: ; 525af (14:65af)
+InitBattleVariables:
ld a, [hTilesetType]
ld [wSavedTilesetType], a
xor a