diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-10-11 11:37:19 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-10-11 11:39:09 +0200 |
commit | f52f20edb76fb40e183473ea23bf65acbe493c6c (patch) | |
tree | 3fc17d094e2c992f09834d52eaf5838707666516 /hram.asm | |
parent | e68713d20ef8e41d6dcd418a6a8138ceaee3883f (diff) |
Rename CheckTrainerBattle
Renamed to be more in line with our current coding standards. Hopefully
this is slightly more readable.
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -126,9 +126,7 @@ hWY:: db ; ffd2 hTilesPerCycle:: db ; ffd3 hBGMapMode:: db ; ffd4 hBGMapThird:: db ; ffd5 -hBGMapAddress:: db ; ffd6 - - ds 1 +hBGMapAddress:: dw ; ffd6 hOAMUpdate:: db ; ffd8 |