Skip to content

Commit

Permalink
Finish disassembling bank b; fix bug in charmap
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Oct 27, 2016
1 parent ca2db23 commit 307f258
Show file tree
Hide file tree
Showing 6 changed files with 2,277 additions and 74 deletions.
2 changes: 1 addition & 1 deletion charmap.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
defchar "イ"
defchar "ウ"
defchar "エ"
defchar ""
defchar ""
defchar "カ"
defchar "キ"
defchar "ク"
Expand Down
4 changes: 2 additions & 2 deletions home.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ Func_1a8e::
add hl, bc
ld de, wc9e1
ld c, $4
.asm_1a9f
.loop
ld a, [wROMBank]
push af
ld a, BANK(Data_2e8fa)
Expand All @@ -1960,7 +1960,7 @@ Func_1a8e::
inc hl
inc de
dec c
jr nz, .asm_1a9f
jr nz, .loop
ld a, $e0
ld [de], a
ld hl, VTilesBG + $40 tiles
Expand Down
Loading

0 comments on commit 307f258

Please sign in to comment.