mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, $4b52 in Crystal)
This commit is contained in:
parent
9576740b70
commit
c861ff5af3
@ -17,7 +17,7 @@ const_value set 1
|
||||
const PARTY_OT_NAME ; 5
|
||||
const ENEMY_OT_NAME ; 6
|
||||
const TRAINER_NAME ; 7
|
||||
const BROKEN_NAME ; 8
|
||||
const MOVE_DESC_NAME_BROKEN ; 8
|
||||
|
||||
; see home/text.asm
|
||||
BORDER_WIDTH EQU 2
|
||||
|
@ -7,7 +7,7 @@ NamesPointers:: ; 33ab
|
||||
dbw 0, PartyMonOT ; PARTY_OT_NAME
|
||||
dbw 0, OTPartyMonOT ; ENEMY_OT_NAME
|
||||
dba TrainerClassNames ; TRAINER_NAME
|
||||
dbw $4, $4b52 ; BROKEN_NAME (within PackMenuGFX)
|
||||
dbw 4, MoveDescriptions ; MOVE_DESC_NAME_BROKEN (wrong bank)
|
||||
; 33c3
|
||||
|
||||
GetName:: ; 33c3
|
||||
|
Loading…
x
Reference in New Issue
Block a user