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:
U-Daniel-PC\Daniel
2015-07-03 14:38:12 -05:00
parent cd649184f5
commit f4a31b3e0b
142 changed files with 2245 additions and 2242 deletions

View File

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