You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
More WRAM cleanup
This commit is contained in:
@@ -1804,14 +1804,14 @@ Function100b12: ; 100b12
|
||||
call FarCall_de
|
||||
ld a, BANK(BattleMenuDataHeader)
|
||||
ld [wMenuData2_2DMenuItemStringsBank], a
|
||||
ld a, [wd0d2]
|
||||
ld a, [wBattleMenuCursorBuffer]
|
||||
ld [wMenuCursorBuffer], a
|
||||
call Function100e72
|
||||
call Function100b45
|
||||
callba InitPartyMenuBGPal7
|
||||
call Function100ed4
|
||||
ld a, [wMenuCursorBuffer]
|
||||
ld [wd0d2], a
|
||||
ld [wBattleMenuCursorBuffer], a
|
||||
call ExitMenu
|
||||
ret
|
||||
; 100b45
|
||||
|
||||
@@ -1313,7 +1313,7 @@ MobileTradeAnim_DisplayEggData
|
||||
.EggTemplate: ; 108a1d
|
||||
db "タマゴ"
|
||||
next "おや/?????"
|
||||
next "<ID>№<PERIOD>?????"
|
||||
next "<ID>№<DOT>?????"
|
||||
db "@"
|
||||
; 108a33
|
||||
|
||||
@@ -1353,10 +1353,10 @@ MobileTradeAnim_LoadMonTemplate: ; 108a5b
|
||||
; 108a79
|
||||
|
||||
.MonTemplate: ; 108a79
|
||||
db "─ №<PERIOD>"
|
||||
db "─ №<DOT>"
|
||||
next ""
|
||||
next "おや/"
|
||||
next "<ID>№<PERIOD>"
|
||||
next "<ID>№<DOT>"
|
||||
db "@"
|
||||
; 108a87
|
||||
|
||||
|
||||
Reference in New Issue
Block a user