Remove RAM address comments

This commit is contained in:
Rangi
2020-06-20 23:03:40 -04:00
parent 273324e787
commit 9433b5a752
6 changed files with 1157 additions and 1175 deletions

View File

@@ -371,12 +371,12 @@ This makes the Berserk Gene use the regular confusion duration (2-5 turns).
First, edit [wram.asm](https://github.com/pret/pokecrystal/blob/master/wram.asm):
```diff
wTurnEnded:: db ; c6b4
wTurnEnded:: db
- ds 1
+wIsConfusionDamage:: db ; c6b5
+wIsConfusionDamage:: db
wPlayerStats:: ; c6b6
wPlayerStats::
```
Then edit four routines in [engine/battle/effect_commands.asm](https://github.com/pret/pokecrystal/blob/master/engine/battle/effect_commands.asm):