You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Remove old charmap sections
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user