mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-10 03:25:34 -05:00
Rename/organize part 2 of 4
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
This commit is contained in:
@@ -14,12 +14,12 @@ Lab2Text2: ; 75c2f (1d:5c2f)
|
||||
db $8
|
||||
ld a, $7
|
||||
ld [wWhichTrade], a
|
||||
jr asm_78552 ; 0x75c35 $6
|
||||
jr Lab2DoTrade
|
||||
|
||||
Lab2Text3: ; 75c37 (1d:5c37)
|
||||
db $8
|
||||
ld a, $8
|
||||
ld [wWhichTrade], a
|
||||
asm_78552: ; 75c3d (1d:5c3d)
|
||||
Lab2DoTrade: ; 75c3d (1d:5c3d)
|
||||
predef DoInGameTradeDialogue
|
||||
jp TextScriptEnd
|
||||
|
||||
Reference in New Issue
Block a user