From a6bce1e37b0373ecfe956eacc8effdc0cf339aca Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 12 Apr 2016 02:06:08 -0600 Subject: =?UTF-8?q?Add=20gift=20Pok=C3=A9mon=20moves.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stadiumgs/main.s | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/stadiumgs/main.s b/stadiumgs/main.s index fc19596..f213563 100644 --- a/stadiumgs/main.s +++ b/stadiumgs/main.s @@ -835,7 +835,23 @@ GameBoyHeaderLogo: .db 0xBB,0xBB,0x67,0x63,0x6E,0x0E,0xEC,0xCC .db 0xDD,0xDC,0x99,0x9F,0xBB,0xB9,0x33,0x3E -.incbin "baseromgs.n64",0xa2280,0x3f4ca0-0xa2280 +.incbin "baseromgs.n64",0xa2280,0x172320-0xa2280 + +GiftFarfetchdMoves: + .db BATON_PASS + .db AGILITY + .db SWORDS_DANCE + .db SLASH + +GiftGligarMoves: + .db EARTHQUAKE + .db POISON_STING + .db WING_ATTACK + .db COUNTER + + .align 16 + +.incbin "baseromgs.n64",0x172330,0x3f4ca0-0x172330 StatLevelMultipliers: db 25, 100 ; 0.25× -- cgit v1.2.3