This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, $4b52 in Crystal)

This commit is contained in:
Remy Oukaour 2018-01-19 00:42:31 -05:00
parent 9576740b70
commit c861ff5af3
2 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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