diff options
| author | mid-kid <esteve.varela@gmail.com> | 2019-11-19 00:48:39 +0100 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2019-11-19 01:01:47 +0100 |
| commit | 563ba141962d6f7881f7837b2fdcbd0541bc340f (patch) | |
| tree | 5b02e703d76dd44adb8a0ac81041ba08025da7c5 /mobile | |
| parent | 7b2377c41e480bc718b4d2e23d60175f9b5fadb9 (diff) | |
Remove old charmap sections
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_40.asm | 20 | ||||
| -rw-r--r-- | mobile/mobile_45.asm | 8 | ||||
| -rw-r--r-- | mobile/mobile_46.asm | 9 |
3 files changed, 12 insertions, 25 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index e2921a906..3ba879ee0 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -1683,18 +1683,13 @@ Function100ae7: ld [wcd2b], a ret - -SECTION "tetsuji", ROMX - - pushc - setcharmap ascii ; revert to ascii +pushc +setcharmap ascii Unknown_100b0a: db "tetsuji", 0 - popc - -SECTION "bank40_2", ROMX +popc Function100b12: call Function100dd8 @@ -3619,11 +3614,8 @@ Function101826: ld [wcd2b], a ret - -SECTION "ascii 10186f", ROMX - - pushc - setcharmap ascii ; revert to ascii +pushc +setcharmap ascii Unknown_10186f: db .end - @ @@ -3642,8 +3634,6 @@ Unknown_101895: popc -SECTION "bank40_3", ROMX - Function1018a8: ld hl, wccb5 ld de, wcc61 diff --git a/mobile/mobile_45.asm b/mobile/mobile_45.asm index 45662e4e6..3d4085cc0 100644 --- a/mobile/mobile_45.asm +++ b/mobile/mobile_45.asm @@ -1,7 +1,7 @@ SECTION "Mobile 45", ROMX - pushc - setcharmap ascii ; revert to ascii +pushc +setcharmap ascii String_114000: db "---", 0 @@ -60,8 +60,6 @@ String_114160: String_114163: db ".", 0 -popc - Jumptable_114165: dw Stubbed_Function114268 dw Function114269 @@ -128,6 +126,8 @@ String_114228: String_114232: db "=?ISO-2022-JP?B?", 0 +popc + Function114243:: ld a, SRAM_ENABLE ld [MBC3SRamEnable], a diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index e77ac983e..a2c117bfb 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -1484,8 +1484,8 @@ Function118b9a: and a ret - pushc - setcharmap ascii ; revert to ascii +pushc +setcharmap ascii ExchangeDownloadURL: db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/exchange/index.txt", 0 @@ -1502,7 +1502,7 @@ MenuDownloadURL: IndexDownloadURL: db "http://gameboy.datacenter.ne.jp/cgb/download?name=/01/CGB-BXTJ/tamago/index.txt", 0 - popc +popc Unreferenced_Function118d35: ld hl, $d200 @@ -2935,9 +2935,6 @@ Unknown_1196b8: popc -SECTION "Mobile 46 ASCII", ROMX -; A hack to use ascii above. - Function1196cd: ld de, wc719 call Function1196de |
