diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 16:38:11 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 16:38:11 -0500 |
commit | fa3712ea34bddfedcbc97f151cb3e6518432157c (patch) | |
tree | c9349cdbc13d1212443027ff8e525bbdf0fefc20 /mobile | |
parent | 6a5edc98e9760a9cfa63f0e8ffb6ba8747f9ff03 (diff) |
Remove "XXX" comments (various "???+" still mark unclear code)
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_41.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_41.asm b/mobile/mobile_41.asm index 121c38fda..178213525 100644 --- a/mobile/mobile_41.asm +++ b/mobile/mobile_41.asm @@ -1021,7 +1021,7 @@ Function106464:: call Get2bpp ld de, $40b0 ld hl, vTiles2 tile $6b - ld b, $0f ; XXX no graphics at 0f:40b0 + ld b, $0f ; no graphics at 0f:40b0; JP leftover??? call Get2bpp farcall LoadFrame ret |