mirror of
https://github.com/pret/pokered.git
synced 2026-09-08 17:55:17 -05:00
Add a character for the numero sign.
Unicode has a character for just about anything… hg-commit-id: 55e8f69345df
This commit is contained in:
@@ -10718,7 +10718,7 @@ OTString67E5: ; 67E5
|
||||
db "──",$74,$F2,$4E
|
||||
db $4E
|
||||
db "OT/",$4E
|
||||
db $73,$74,$F2,"@"
|
||||
db $73,"№",$F2,"@"
|
||||
|
||||
SECTION "bank11",DATA,BANK[$11]
|
||||
INCBIN "baserom.gbc",$44000,$4000
|
||||
|
||||
@@ -155,6 +155,8 @@ char["│"] = "$7C"
|
||||
char["└"] = "$7D"
|
||||
char["┘"] = "$7E"
|
||||
|
||||
char["№"] = "$74"
|
||||
|
||||
char[" "] = "$7F"
|
||||
char["A"] = "$80"
|
||||
char["B"] = "$81"
|
||||
|
||||
Reference in New Issue
Block a user