diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-10 16:43:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 16:43:45 -0700 |
commit | 6f4451cbad8311522ab421b131cb87a36e2b9915 (patch) | |
tree | 09d407432bd25df46351cfd123b1bfd38111db5d /home.asm | |
parent | 43cf288a358c84cee0b119eaedfec6d839a5a8d1 (diff) | |
parent | 467f8980840250aaed160868f72a5ba3d5e2ce55 (diff) |
Merge pull request #21 from TwitchPlaysPokemon/chaos_requests
Chaos requests
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1402,7 +1402,7 @@ Func_e5d: ; 0xe5d DrawBottomMessageBox: ; 0xe69 ; Draws the current scrolling bottom message box to VRAM during V-Blank. -; Note, this only applies to the 1-tile high message bar. When it displays, things like Ball Bonus summary, and +; Note, this only applies to the 1-tile high message bar. When it displays, things like Ball Bonus summary, and ; the Save/Cancel menu, this is not used to draw the message buffer. ld a, [rLY] cp $90 @@ -1660,20 +1660,20 @@ Func_10a7: ; 0x10a7 Func_10aa: ; 0x10aa ld c, a ld a, [hli] - ld b, a + ld b, a ;bc = [hl]a .loop push bc ld a, c ld c, [hl] inc hl - ld b, [hl] + ld b, [hl] ;pull pointer from HL, load into BC inc hl push af ld a, [bc] ld e, a inc bc ld a, [bc] - ld d, a + ld d, a ;pull de from bc inc bc pop af push hl |