diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-11 23:56:16 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-11 23:56:16 -0400 |
| commit | 9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17 (patch) | |
| tree | 4499dd3298b7b1526460f3c93aac035ec61d9d96 /macros.asm | |
| parent | engine/items/items.asm (diff) | |
| parent | Fix build errors (diff) | |
| download | pokeyellow-9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17.tar.gz pokeyellow-9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17.tar.xz pokeyellow-9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17.zip | |
Merge pull request #3 from PikalaxALT/master
ModifyPikachuHappiness
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -97,16 +97,16 @@ callab: MACRO call Bankswitch ENDM -calladb_Func_f430a: MACRO - ld hl, Func_f430a +calladb_ModifyPikachuHappiness: MACRO + ld hl, ModifyPikachuHappiness ld d, \1 - ld b, BANK(Func_f430a) + ld b, BANK(ModifyPikachuHappiness) call Bankswitch ENDM -callabd_Func_f430a: MACRO - ld hl, Func_f430a - ld b, BANK(Func_f430a) +callabd_ModifyPikachuHappiness: MACRO + ld hl, ModifyPikachuHappiness + ld b, BANK(ModifyPikachuHappiness) ld d, \1 call Bankswitch ENDM |
