Trainer data structure and field move functions
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted.
This commit is contained in:
@@ -204,7 +204,7 @@ HomepageScript:
|
||||
Radio1Script:
|
||||
loadfont
|
||||
writebyte $0
|
||||
special Functionc355
|
||||
special MapRadio
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -212,7 +212,7 @@ Radio2Script:
|
||||
; Lucky Channel
|
||||
loadfont
|
||||
writebyte $4
|
||||
special Functionc355
|
||||
special MapRadio
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user